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, including a utility class for easy invocation of binding and validation. 
org.springframework.web.servlet.mvc Standard controller implementations for the 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 standard custom tag library. 
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
BindException
          Default implementation of the Errors interface, supporting registration and evaluation of binding errors.
BindingErrorProcessor
          Strategy for processing DataBinder's missing field errors, and for translating a PropertyAccessException to a FieldError.
DataBinder
          Binder that allows for binding property values to a target object.
Errors
          Stores and exposes information about data-binding and validation errors for a specific object.
FieldError
          Class that encapsulates a field error, i.e. a reason for rejecting a specific field value.
MessageCodesResolver
          Strategy interface for building message codes from validation error codes.
ObjectError
          Class that encapsulates an object error, i.e. a global reason for rejecting an object.
Validator
          Interface to be implemented by objects that can validate application-specific objects.
 

Classes in org.springframework.validation used by org.springframework.web.bind
BindException
          Default implementation of the Errors interface, supporting registration and evaluation of binding errors.
DataBinder
          Binder that allows for binding property values to a target object.
Errors
          Stores and exposes information about data-binding and validation errors for a specific object.
FieldError
          Class that encapsulates a field error, i.e. a reason for rejecting a specific field value.
ObjectError
          Class that encapsulates an object error, i.e. a global reason for rejecting an object.
Validator
          Interface to be implemented by objects that can validate application-specific objects.
 

Classes in org.springframework.validation used by org.springframework.web.servlet.mvc
BindException
          Default implementation of the Errors interface, supporting registration and evaluation of binding errors.
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
          Interface to be implemented by objects that can validate application-specific objects.
 

Classes in org.springframework.validation used by org.springframework.web.servlet.mvc.multiaction
Validator
          Interface to be implemented by objects that can validate 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.
 



Copyright (c) 2002-2007 The Spring Framework Project.