The Spring Framework

Uses of Package
org.springframework.validation

Packages that use org.springframework.validation
org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers. 
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.portlet.mvc Standard controller implementations for the portlet MVC framework that comes with Spring. 
org.springframework.web.servlet.mvc Standard controller implementations for the servlet MVC framework that comes with Spring. 
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level. 
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 1.2+. 
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. 
 

Classes in org.springframework.validation used by org.springframework.validation
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.
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.
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.
 

Classes in org.springframework.validation used by org.springframework.web.bind
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.
 

Classes in org.springframework.validation used by org.springframework.web.bind.support
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.
 

Classes in org.springframework.validation used by org.springframework.web.portlet.bind
DataBinder
          Binder that allows for setting property values onto a target object, including support for validation and binding result analysis.
 

Classes in org.springframework.validation used by org.springframework.web.portlet.mvc
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.
 

Classes in org.springframework.validation used by org.springframework.web.servlet.mvc
BindException
          Thrown when binding errors are considered fatal.
 

Classes in org.springframework.validation used by org.springframework.web.servlet.mvc.multiaction
Validator
          A validator for application-specific objects.
 

Classes in org.springframework.validation used by org.springframework.web.servlet.support
Errors
          Stores and exposes information about data-binding and validation errors for a specific object.
 

Classes in org.springframework.validation used by org.springframework.web.servlet.tags
Errors
          Stores and exposes information about data-binding and validation errors for a specific object.
 

Classes in org.springframework.validation used by org.springframework.web.struts
Errors
          Stores and exposes information about data-binding and validation errors for a specific object.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.