|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Errors | Interface to be implemented by objects that can store and expose information about data binding errors. |
MessageCodesResolver | Strategy interface for building message codes from validation error codes. |
Validator | Interface to be implemented by objects that can validate application-specific objects. |
Class Summary | |
DataBinder | Binder that allows for binding property values to a target object. |
DefaultMessageCodesResolver | Default implementation of the MessageCodesResolver interface. |
FieldError | Class that encapsulates a field error, i.e. a reason for rejecting a specific field value. |
ObjectError | Class that encapsulates an object error, i.e. a global reason for rejecting an object. |
ValidationUtils | This utility class offers convenient methods for invoking a validator and for rejecting an empty field. |
Exception Summary | |
BindException | Default implementation of the Errors interface, supporting registration and evaluation of binding errors. |
Provides data binding and validation functionality, for usage in business and/or UI layers.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |