|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Validator | |
| org.sovt | Provides core interfaces and user-entry-point class. |
| org.sovt.impl | Different inspectors. |
| Uses of Validator in org.sovt |
| Methods in org.sovt that return Validator | |
Validator |
SovtLibrary.getValidator(java.lang.String id)
Returns named validator. |
| Methods in org.sovt with parameters of type Validator | |
void |
SovtLibrary.addValidator(java.lang.String id,
Validator validator)
Adds named validator. |
| Uses of Validator in org.sovt.impl |
| Classes in org.sovt.impl that implement Validator | |
class |
AbstractValidator
This validator provides storage for single message. |
class |
GroupValidator
This Validator is used to collect other validators into group. |
class |
LengthValidator
This validator checks length of the string value. |
class |
PropertySelector
This class is used to validate properties of JavaBean objects. |
class |
RequiredValidator
|
| Methods in org.sovt.impl with parameters of type Validator | |
void |
PropertySelector.addValidator(Validator validator)
Adds validator to the group. |
void |
GroupValidator.addValidator(Validator validator)
Adds validator to the group. |
void |
GroupInspector.addValidator(Validator validator)
Adds validator to the group. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||