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