Package org.springframework.validation

Provides data binding and validation functionality, for usage in business and/or UI layers.

See
          Description

Class Diagram Summary
validation 
 

Interface Summary
ErrorsInterface to be implemented by objects that can store and expose information about data binding errors.
ValidatorInterface to be implemented by objects that can validate application-specific objects.
 

Class Summary
BindExceptionDefault implementation of the Errors interface, supporting registration and evaluation of binding errors.
DataBinderBinder that allows for binding property values to a target object.
FieldErrorEncapsulates a field error, i.e.
ObjectErrorEncapsulates an object error, i.e.
ValidationUtilsThis utility class offers convenient methods for invoking a validator and for rejecting an empty field.
 

Package org.springframework.validation Description

Provides data binding and validation functionality, for usage in business and/or UI layers.