| Package | Description | 
|---|---|
| javax.faces.application | |
| javax.faces.component | |
| javax.faces.validator | |
| javax.faces.webapp | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Validator | Application. createValidator(String validatorId)Instantiate and return a new  instance of the class specified by a previous call toaddValidator()for the specified validator id. | 
| Validator | ApplicationWrapper. createValidator(String validatorId) | 
| Modifier and Type | Method and Description | 
|---|---|
| Validator[] | UIInput. getValidators()See getValidator. | 
| Validator[] | EditableValueHolder. getValidators() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UIInput. addValidator(Validator validator)See getValidator. | 
| void | EditableValueHolder. addValidator(Validator validator) | 
| void | UIInput. removeValidator(Validator validator)See getValidator. | 
| void | EditableValueHolder. removeValidator(Validator validator) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BeanValidator
 BeanValidator is a  Validatorthat doesn't do any validation itself, but delegates validation logic to
 Bean Validation. | 
| class  | DoubleRangeValidatorCreates a validator and associateds it with the nearest parent
 UIComponent. | 
| class  | LengthValidatorCreates a validator and associateds it with the nearest parent
 UIComponent. | 
| class  | LongRangeValidatorCreates a validator and associateds it with the nearest parent
 UIComponent. | 
| class  | MethodExpressionValidatorsee Javadoc of JSF Specification | 
| class  | RegexValidator
   RegexValidator is a  Validatorthat checks the value of the corresponding component against specified
   pattern using Java regular expression syntax. | 
| class  | RequiredValidatorCheck if a value is empty, in the same way as set UIInput required 
 property to true (including all rules related to this property). | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Validator | ValidatorTag. createValidator()Deprecated.  | 
| protected abstract Validator | ValidatorELTag. createValidator() | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.