Callback interface for initializing a
org.springframework.web.bind.WebDataBinder for performing data binding in the context of a specific web request.
author: Juergen Hoeller since: 2.5
Initialize the given DataBinder for the given request.
Parameters: binder - the DataBinder to initialize Parameters: request - the web request that the data binding happens within