| Package | Description |
|---|---|
| org.shept.org.springframework.web.bind.support | |
| org.shept.org.springframework.web.servlet.mvc.delegation |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterBindingInitializer.initBinder(org.springframework.web.context.request.WebRequest request,
ComponentDataBinder binder,
String componentPath) |
void |
ComponentBindingInitializer.initBinder(org.springframework.web.context.request.WebRequest request,
ComponentDataBinder binder,
String componentPath)
Initialize the given DataBinder for the given request.
|
void |
DefaultComponentBindingInitializer.initBinder(org.springframework.web.context.request.WebRequest request,
ComponentDataBinder binder,
String componentPath) |
private void |
FilterBindingInitializer.registerDependendEntities(ComponentDataBinder binder,
Class clazz,
String path) |
| Modifier and Type | Field and Description |
|---|---|
private ComponentDataBinder |
ComponentToken.binder |
| Modifier and Type | Method and Description |
|---|---|
protected ComponentDataBinder |
DelegatingController.createBinder(javax.servlet.http.HttpServletRequest request,
Object command)
Create a new binder instance for the given command and request.
|
ComponentDataBinder |
ComponentToken.getBinder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DelegatingController.initBinder(javax.servlet.http.HttpServletRequest request,
ComponentDataBinder binder)
Initialize the given binder instance, for example with custom editors.
|
void |
ComponentToken.setBinder(ComponentDataBinder binder) |
Copyright © 2014. All Rights Reserved.