| org.springframework.web.bind.support.WebBindingInitializer |
Known Indirect Subclasses
| |||||||||||||
Callback interface for initializing a WebDataBinder
for performing data binding in the context of a specific web request.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Initialize the given DataBinder for the given request.
| |||||||||||
Initialize the given DataBinder for the given request.
| binder | the DataBinder to initialize |
|---|---|
| request | the web request that the data binding happens within |
