org.shept.org.springframework.web.bind.support
public interface ComponentBindingInitializer
| Modifier and Type | Method and Description |
|---|---|
void |
initBinder(org.springframework.web.context.request.WebRequest request,
ComponentDataBinder binder,
String componentPath)
Initialize the given DataBinder for the given request.
|
void initBinder(org.springframework.web.context.request.WebRequest request,
ComponentDataBinder binder,
String componentPath)
binder - the DataBinder to initializerequest - the web request that the data binding happens withincomponentPath - the path within the bound objectCopyright © 2014. All Rights Reserved.