|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractValidator | |
nl.openedge.baritus.validation | Base classes for validation. |
nl.openedge.baritus.validation.impl | Implementation classes for validation. |
Uses of AbstractValidator in nl.openedge.baritus.validation |
Subclasses of AbstractValidator in nl.openedge.baritus.validation | |
class |
AbstractFieldValidator
Convenience class with default error message handling. |
class |
AbstractFormValidator
Convenience class with default error message handling. |
Uses of AbstractValidator in nl.openedge.baritus.validation.impl |
Subclasses of AbstractValidator in nl.openedge.baritus.validation.impl | |
class |
MaximumFieldLengthValidator
This validator checks on maximum length. |
class |
MinimumFieldLengthValidator
This validator checks on minimum length. |
class |
PropertyNotNullFormValidator
Checks whether the form contains a non null property with the name of property propertyName. |
class |
RegexValidator
Tests for a match against a regex pattern. |
class |
RequiredFieldValidator
Checks for a non-EMPTY input. |
class |
RequiredSessionAttributeValidator
Checks whether a session attribute exists with the key that was set for property sessionAttributeKey. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |