Package | Description |
---|---|
org.springframework.web.bind |
Provides web-specific data binding functionality.
|
org.springframework.web.bind.annotation.support |
Support classes for web annotation processing.
|
org.springframework.web.bind.support |
Support classes for web data binding.
|
org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
org.springframework.web.portlet.bind |
Provides portlet-specific data binding functionality.
|
org.springframework.web.servlet.mvc |
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
|
org.springframework.web.servlet.mvc.annotation |
Support package for annotation-based Servlet MVC controllers.
|
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.multiaction |
Package allowing MVC Controller implementations to handle requests
at method rather than class level.
|
org.springframework.web.servlet.mvc.support |
Support package for MVC controllers.
|
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. |
Class and Description |
---|
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. |
Class and Description |
---|
WebDataBinder
Special
DataBinder for data binding from web request parameters
to JavaBean objects. |
Class and Description |
---|
ServletRequestDataBinder
Special
DataBinder to perform data binding
from servlet request parameters to JavaBeans, including support for multipart files. |
Class and Description |
---|
ServletRequestDataBinder
Special
DataBinder to perform data binding
from servlet request parameters to JavaBeans, including support for multipart files. |
Class and Description |
---|
MethodArgumentNotValidException
Exception to be thrown when validation on an argument annotated with
@Valid fails. |
MissingServletRequestParameterException
ServletRequestBindingException subclass that indicates a missing parameter. |
ServletRequestBindingException
Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
|
ServletRequestDataBinder
Special
DataBinder to perform data binding
from servlet request parameters to JavaBeans, including support for multipart files. |
WebDataBinder
Special
DataBinder for data binding from web request parameters
to JavaBean objects. |
Class and Description |
---|
ServletRequestDataBinder
Special
DataBinder to perform data binding
from servlet request parameters to JavaBeans, including support for multipart files. |
Class and Description |
---|
MethodArgumentNotValidException
Exception to be thrown when validation on an argument annotated with
@Valid fails. |
MissingServletRequestParameterException
ServletRequestBindingException subclass that indicates a missing parameter. |
ServletRequestBindingException
Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
|
Copyright © 2015. All rights reserved.