The Spring Framework

Uses of Class
org.springframework.validation.AbstractErrors

Packages that use AbstractErrors
org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers. 
 

Uses of AbstractErrors in org.springframework.validation
 

Subclasses of AbstractErrors in org.springframework.validation
 class AbstractBindingResult
          Abstract implementation of the BindingResult interface and its super-interface Errors.
 class AbstractPropertyBindingResult
          Abstract base class for BindingResult implementations that work with Spring's PropertyAccessor mechanism.
 class BeanPropertyBindingResult
          Default implementation of the Errors and BindingResult interfaces, for the registration and evaluation of binding errors on JavaBean objects.
 class DirectFieldBindingResult
          Special implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects.
 class MapBindingResult
          Map-based implementation of the BindingResult interface, supporting registration and evaluation of binding errors on Map attributes.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.