Package org.springframework.web.bind

Provides web-specific data binding functionality.

See:
          Description

Class Summary
EscapedErrors Errors wrapper that adds automatic HTML escaping to the wrapped instance, for convenient usage in HTML views.
MissingServletRequestParameterException ServletRequestBindingException subclass that indicates a missing parameter.
ServletRequestBindingException Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
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.
ServletRequestUtils Parameter extraction methods, for an approach distinct from data binding, in which parameters of specific types are required.
ServletRequestUtils.BooleanParser  
ServletRequestUtils.DoubleParser  
ServletRequestUtils.FloatParser  
ServletRequestUtils.IntParser  
ServletRequestUtils.LongParser  
ServletRequestUtils.ParameterParser<T>  
ServletRequestUtils.StringParser  
UnsatisfiedServletRequestParameterException ServletRequestBindingException subclass that indicates an unsatisfied parameter condition, as typically expressed using an @RequestMapping annotation at the @Controller type level.
WebDataBinder Special DataBinder for data binding from web request parameters to JavaBean objects.
 

Package org.springframework.web.bind Description

Provides web-specific data binding functionality.