Uses of Package
org.springframework.web.bind
Package
Description
Provides web-specific data binding functionality.
Support classes for web data binding.
Support classes for annotation-based handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.Support package for MVC controllers.
-
ClassDescriptionBase class for
ServletRequestBindingException
exceptions that could not bind because the request value is required but is either missing or otherwise resolves tonull
after conversion.Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.SpecialDataBinder
for data binding from web request parameters to JavaBean objects. -
ClassDescriptionSpecial
DataBinder
for data binding from web request parameters to JavaBean objects. -
ClassDescriptionFatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.Special
DataBinder
for data binding from web request parameters to JavaBean objects. -
ClassDescriptionException to be thrown when validation on an argument annotated with
@Valid
fails.ServletRequestBindingException
subclass that indicates that a path variable expected in the method parameters of an@RequestMapping
method is not present among the URI variables extracted from the URL.ServletRequestBindingException
subclass that indicates a missing parameter.Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.SpecialDataBinder
to perform data binding from servlet request parameters to JavaBeans, including support for multipart files.SpecialDataBinder
for data binding from web request parameters to JavaBean objects. -
ClassDescriptionException to be thrown when validation on an argument annotated with
@Valid
fails.ServletRequestBindingException
subclass that indicates that a path variable expected in the method parameters of an@RequestMapping
method is not present among the URI variables extracted from the URL.ServletRequestBindingException
subclass that indicates a missing parameter.Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.