Package org.springframework.web.bind

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

See:
          Description

Interface Summary
BindInitializer Deprecated. since Spring 1.2.7: prefer direct ServletRequestDataBinder usage, potentially in combination with a PropertyEditorRegistrar
 

Class Summary
BindUtils Deprecated. since Spring 1.2.7: prefer direct ServletRequestDataBinder usage, potentially in combination with a PropertyEditorRegistrar
EscapedErrors Errors wrapper that adds automatic HTML escaping to the wrapped instance, for convenient usage in HTML views.
RequestUtils Parameter extraction methods, for an approach distinct from data binding, in which parameters of specific types are required.
ServletRequestDataBinder Special DataBinder to perform data binding from servlet request parameters to JavaBeans, including support for multipart files.
ServletRequestParameterPropertyValues PropertyValues implementation created from parameters in a ServletRequest.
WebDataBinder Special DataBinder to perform data binding from web request parameters to JavaBeans.
 

Exception Summary
ServletRequestBindingException Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
 

Package org.springframework.web.bind Description

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



Copyright (c) 2002-2007 The Spring Framework Project.