|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |