站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.validation.AbstractBindingResult (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

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.