| Package | Description | 
|---|---|
| org.springframework.web.bind | 
 Provides web-specific data binding functionality. 
 | 
| org.springframework.web.bind.support | 
 Support classes for web data binding. 
 | 
| org.springframework.web.servlet.mvc.method.annotation | 
 MVC infrastructure for annotation-based handler method processing, building on the
  
org.springframework.web.method.annotation package. | 
| org.springframework.web.servlet.mvc.support | 
 Support package for MVC controllers. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ServletRequestDataBinder
Special  
DataBinder to perform data binding
 from servlet request parameters to JavaBeans, including support for multipart files. | 
class  | 
WebDataBinder
Special  
DataBinder for data binding from web request parameters
 to JavaBean objects. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WebExchangeDataBinder
Specialized  
DataBinder to perform data
 binding from URL query parameters or form data in the request data to Java objects. | 
class  | 
WebRequestDataBinder
Special  
DataBinder to perform data binding
 from web request parameters to JavaBeans, including support for multipart files. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExtendedServletRequestDataBinder
Subclass of  
ServletRequestDataBinder that adds URI template variables
 to the values used for data binding. | 
| Constructor and Description | 
|---|
RedirectAttributesModelMap(DataBinder dataBinder)
Constructor with a DataBinder. 
 |