public interface

WebBindingInitializer

org.springframework.web.bind.support.WebBindingInitializer
Known Indirect Subclasses

Class Overview

Callback interface for initializing a WebDataBinder for performing data binding in the context of a specific web request.

Summary

Public Methods
abstract void initBinder(WebDataBinder binder, WebRequest request)
Initialize the given DataBinder for the given request.

Public Methods

public abstract void initBinder (WebDataBinder binder, WebRequest request)

Initialize the given DataBinder for the given request.

Parameters
binder the DataBinder to initialize
request the web request that the data binding happens within