Uses of Class
org.springframework.validation.DataBinder
Packages that use 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
Subclasses of DataBinder in org.springframework.web.bindModifier 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
Subclasses of DataBinder in org.springframework.web.bind.supportModifier 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
Subclasses of DataBinder in org.springframework.web.servlet.mvc.method.annotationModifier 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
Constructors in org.springframework.web.servlet.mvc.support with parameters of type DataBinderModifierConstructorDescriptionRedirectAttributesModelMap
(DataBinder dataBinder) Constructor with a DataBinder.