Package javax.faces.validator

Interface defining the validator model, and concrete validator implementation classes.

See:
          Description

Interface Summary
Validator A Validator implementation is a class that can perform validation (correctness checks) on a UIComponent.
 

Class Summary
DoubleRangeValidator DoubleRangeValidator is a Validator that checks the value of the corresponding component against specified minimum and maximum values.
LengthValidator LengthValidator is a Validator that checks the number of characters in the String representation of the value of the associated component.
LongRangeValidator LongRangeValidator is a Validator that checks the value of the corresponding component against specified minimum and maximum values.
RequiredValidator RequiredValidator is a Validator that checks for the existence of a value for the associated component.
StringRangeValidator StringRangeValidator is a Validator that checks the value of the corresponding component against specified minimum and maximum values.
 

Package javax.faces.validator Description

Interface defining the validator model, and concrete validator implementation classes.