| Interface | Description | 
|---|---|
| Validator<T> | see Javadoc of JSF Specification | 
| Class | Description | 
|---|---|
| BeanValidator | 
 BeanValidator is a  Validatorthat doesn't do any validation itself, but delegates validation logic to
 Bean Validation. | 
| DoubleRangeValidator | Creates a validator and associateds it with the nearest parent
 UIComponent. | 
| LengthValidator | Creates a validator and associateds it with the nearest parent
 UIComponent. | 
| LongRangeValidator | Creates a validator and associateds it with the nearest parent
 UIComponent. | 
| MethodExpressionValidator | see Javadoc of JSF Specification | 
| RegexValidator | 
   RegexValidator is a  Validatorthat checks the value of the corresponding component against specified
   pattern using Java regular expression syntax. | 
| RequiredValidator | Check if a value is empty, in the same way as set UIInput required 
 property to true (including all rules related to this property). | 
| Exception | Description | 
|---|---|
| ValidatorException | see Javadoc of JSF Specification | 
| Annotation Type | Description | 
|---|---|
| FacesValidator | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.