Uses of Class
org.springframework.validation.AbstractBindingResult
Package
Description
Provides data binding and validation functionality,
for usage in business and/or UI layers.
-
Uses of AbstractBindingResult in org.springframework.validation
Modifier and TypeClassDescriptionclass
Abstract base class forBindingResult
implementations that work with Spring'sPropertyAccessor
mechanism.class
Default implementation of theErrors
andBindingResult
interfaces, for the registration and evaluation of binding errors on JavaBean objects.class
Special implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects.class
Map-based implementation of the BindingResult interface, supporting registration and evaluation of binding errors on Map attributes.