Package org.springframework.validation

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

See:
          Description

Interface Summary
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.
PropertyEditorRegistrar Deprecated. since Spring 1.2.6, in favor of the PropertyEditorRegistrar interface in the org.springframework.beans package
Validator Interface to be implemented by objects that can validate application-specific objects.
 

Class Summary
DataBinder Binder that allows for binding property values to a target object.
DefaultBindingErrorProcessor Default BindingErrorProcessor implementation.
DefaultMessageCodesResolver Default implementation of the MessageCodesResolver interface.
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.
ValidationUtils This utility class offers convenient methods for invoking a Validator and for rejecting empty fields.
 

Exception Summary
BindException Default implementation of the Errors interface, supporting registration and evaluation of binding errors.
 

Package org.springframework.validation Description

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



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