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)
Initialize the given DataBinder.
|
default void |
initBinder(WebDataBinder binder,
WebRequest request)
Deprecated.
as of 5.0 in favor of
initBinder(WebDataBinder) |
void initBinder(WebDataBinder binder)
binder
- the DataBinder to initialize@Deprecated default void initBinder(WebDataBinder binder, WebRequest request)
initBinder(WebDataBinder)
binder
- the DataBinder to initializerequest
- the web request that the data binding happens within