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.method.annotation |
Support classes for annotation-based handler method processing.
|
Class and Description |
---|
MissingRequestValueException
Base class for
ServletRequestBindingException exceptions that could
not bind because the request value is required but is either missing or
otherwise resolves to null after conversion. |
ServletRequestBindingException
Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
|
WebDataBinder
Special
DataBinder for data binding from web request parameters
to JavaBean objects. |
Class and Description |
---|
WebDataBinder
Special
DataBinder for data binding from web request parameters
to JavaBean objects. |
Class and Description |
---|
ServletRequestBindingException
Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
|
WebDataBinder
Special
DataBinder for data binding from web request parameters
to JavaBean objects. |