public interface WebBindingInitializer
WebDataBinder
 for performing data binding in the context of a specific web request.| Modifier and Type | Method and Description | 
|---|---|
| void | initBinder(WebDataBinder binder,
          WebRequest request)Initialize the given DataBinder for the given request. | 
void initBinder(WebDataBinder binder, WebRequest request)
binder - the DataBinder to initializerequest - the web request that the data binding happens within