|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractPropertyBindingResult | |
---|---|
org.springframework.validation | Provides data binding and validation functionality, for usage in business and/or UI layers. |
Uses of AbstractPropertyBindingResult in org.springframework.validation |
---|
Subclasses of AbstractPropertyBindingResult in org.springframework.validation | |
---|---|
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. |
Methods in org.springframework.validation that return AbstractPropertyBindingResult | |
---|---|
protected AbstractPropertyBindingResult |
DataBinder.getInternalBindingResult()
Return the internal BindingResult held by this DataBinder, as AbstractPropertyBindingResult. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |