|
| Components |
|
| |||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||||||
See:
Description
| Interface Summary | |
|---|---|
| GenericValidatorInterface | |
| ValidationInterface | ValidationInterface is used to allow an object to validate input, normalize input and return error information when the information is invalid. |
| ValidatorInterface | |
| Class Summary | |
|---|---|
| CompositeValidator | CompositeValidator allows the validation of one or more Validators to be chained together such that all need to validate the value for the composite to be valid. |
| DateStringValidator | A Validator that validates a String value according to a DateFormat |
| IntegerStringValidator | |
| MinMaxIntegerStringValidator | |
| RequiredStringValidator | A Validator that validates that the value entered is not null, a zero-length string, or consists only of whitespace. |
| Validator | This is the base validator class which provides a default implementation of the ValidationInterface. |
Interface and some implementations of input data validators.
|
| Components |
|
| |||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||||||