Package | Description |
---|---|
org.springframework.test.web.servlet.setup |
Contains built-in
MockMvcBuilder implementations. |
org.springframework.validation |
Provides data binding and validation functionality,
for usage in business and/or UI layers.
|
org.springframework.validation.beanvalidation |
Support classes for integrating a JSR-303 Bean Validation provider
(such as Hibernate Validator 4.0) into a Spring ApplicationContext
and in particular with Spring's data binding and validation APIs.
|
org.springframework.web.bind |
Provides web-specific data binding functionality.
|
org.springframework.web.bind.support |
Support classes for web data binding.
|
org.springframework.web.portlet.bind |
Provides portlet-specific data binding functionality.
|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
org.springframework.web.servlet.mvc |
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
|
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.
|
org.springframework.web.servlet.support |
Support classes for Spring's web MVC framework.
|
org.springframework.web.servlet.tags |
Spring's JSP standard tag library for JSP 2.0+.
|
org.springframework.web.struts |
Support classes for integrating a Struts web tier with a Spring middle
tier which is typically hosted in a Spring root WebApplicationContext.
|
Class and Description |
---|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
AbstractBindingResult
Abstract implementation of the
BindingResult interface and
its super-interface Errors . |
AbstractErrors
Abstract implementation of the
Errors interface. |
AbstractPropertyBindingResult
Abstract base class for
BindingResult implementations that work with
Spring's PropertyAccessor mechanism. |
BindException
Thrown when binding errors are considered fatal.
|
BindingErrorProcessor
Strategy for processing
DataBinder 's missing field errors,
and for translating a PropertyAccessException to a
FieldError . |
BindingResult
General interface that represents binding results.
|
DefaultMessageCodesResolver.Format
Common message code formats.
|
Errors
Stores and exposes information about data-binding and validation
errors for a specific object.
|
FieldError
Encapsulates a field error, that is, a reason for rejecting a specific
field value.
|
MessageCodeFormatter
A strategy interface for formatting message codes.
|
MessageCodesResolver
Strategy interface for building message codes from validation error codes.
|
ObjectError
Encapsulates an object error, that is, a global reason for rejecting
an object.
|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
Errors
Stores and exposes information about data-binding and validation
errors for a specific object.
|
SmartValidator
Extended variant of the
Validator interface, adding support for
validation 'hints'. |
Validator
A validator for application-specific objects.
|
Class and Description |
---|
BindingResult
General interface that represents binding results.
|
DataBinder
Binder that allows for setting property values onto a target object,
including support for validation and binding result analysis.
|
Errors
Stores and exposes information about data-binding and validation
errors for a specific object.
|
FieldError
Encapsulates a field error, that is, a reason for rejecting a specific
field value.
|
ObjectError
Encapsulates an object error, that is, a global reason for rejecting
an object.
|
Class and Description |
---|
BindException
Thrown when binding errors are considered fatal.
|
BindingErrorProcessor
Strategy for processing
DataBinder 's missing field errors,
and for translating a PropertyAccessException to a
FieldError . |
DataBinder
Binder that allows for setting property values onto a target object,
including support for validation and binding result analysis.
|
MessageCodesResolver
Strategy interface for building message codes from validation error codes.
|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
DataBinder
Binder that allows for setting property values onto a target object,
including support for validation and binding result analysis.
|
Class and Description |
---|
MessageCodesResolver
Strategy interface for building message codes from validation error codes.
|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
BindException
Thrown when binding errors are considered fatal.
|
BindingErrorProcessor
Strategy for processing
DataBinder 's missing field errors,
and for translating a PropertyAccessException to a
FieldError . |
Errors
Stores and exposes information about data-binding and validation
errors for a specific object.
|
MessageCodesResolver
Strategy interface for building message codes from validation error codes.
|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
BindException
Thrown when binding errors are considered fatal.
|
DataBinder
Binder that allows for setting property values onto a target object,
including support for validation and binding result analysis.
|
Class and Description |
---|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
BindException
Thrown when binding errors are considered fatal.
|
DataBinder
Binder that allows for setting property values onto a target object,
including support for validation and binding result analysis.
|
Class and Description |
---|
Errors
Stores and exposes information about data-binding and validation
errors for a specific object.
|
Class and Description |
---|
Errors
Stores and exposes information about data-binding and validation
errors for a specific object.
|
Class and Description |
---|
Errors
Stores and exposes information about data-binding and validation
errors for a specific object.
|
Copyright © 2015. All rights reserved.