The Spring Framework

Uses of Class
org.springframework.validation.AbstractBindingResult

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

Uses of AbstractBindingResult in org.springframework.validation
 

Subclasses of AbstractBindingResult in org.springframework.validation
 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-2007 The Spring Framework.