Uses of Class
org.springframework.validation.AbstractErrors
Package
Description
Provides data binding and validation functionality,
for usage in business and/or UI layers.
-
Uses of AbstractErrors in org.springframework.validation
Modifier and TypeClassDescriptionclass
Abstract implementation of theBindingResult
interface and its super-interfaceErrors
.class
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.