Package org.springframework.web.bind

Provides web-specific data binding functionality, including a utility class for easy invocation of binding and validation.

See
          Description

Class Diagram Summary
bind 
 

Interface Summary
BindInitializerCallback that allows for initialization of a binder with custom editors before the binding.
 

Class Summary
BindUtilsOffers convenience methods for binding servlet request parameters to objects, including optional validation.
EscapedErrorsErrors wrapper that adds automatic HTML escaping to the wrapped instance, for convenient usage in HTML views.
RequestUtilsParameter extraction methods, for an approach distinct from data binding, in which parameters of specific types are required.
ServletRequestBindingExceptionFatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
ServletRequestDataBinderUse this class to perform manual data binding from servlet request parameters to JavaBeans, including support for multipart files.
ServletRequestParameterPropertyValuesPropertyValues implementation created from parameters in a ServletRequest.
 

Package org.springframework.web.bind Description

Provides web-specific data binding functionality, including a utility class for easy invocation of binding and validation.