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.support Support classes for Spring's web MVC framework. 
org.springframework.web.servlet.tags Spring's standard custom tag library. 
 

Classes in org.springframework.validation used by org.springframework.validation
BindException
          Default implementation of the Errors interface, supporting registration and evaluation of binding errors.
Errors
          Interface to be implemented by objects that can store and expose information about data binding errors.
FieldError
          Encapsulates a field error, i.e.
ObjectError
          Encapsulates an object error, i.e.
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
          Interface to be implemented by objects that can store and expose information about data binding errors.
FieldError
          Encapsulates a field error, i.e.
ObjectError
          Encapsulates an object error, i.e.
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.
Errors
          Interface to be implemented by objects that can store and expose information about data binding errors.
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
          Interface to be implemented by objects that can store and expose information about data binding errors.
 

Classes in org.springframework.validation used by org.springframework.web.servlet.tags
Errors
          Interface to be implemented by objects that can store and expose information about data binding errors.
 



Copyright (C) 2003-2004 The Spring Framework Project.