| Validator | A Validator implementation is a class that can perform validation (correctness checks) on a javax.faces.component.EditableValueHolder . |
code | html |
| DoubleRangeValidator | DoubleRangeValidator is a Validator that checks the value of the corresponding component against specified minimum and maximum values. |
code | html |
| LengthValidator | LengthValidator is a Validator that checks the number of characters in the String representation of the value of the associated component. |
code | html |
| LongRangeValidator | LongRangeValidator is a Validator that checks the value of the corresponding component against specified minimum and maximum values. |
code | html |
| MessageFactory | supported filters: |
code | html |
| MessageFactory.BindingFacesMessage | This class overrides FacesMessage to provide the evaluation of binding expressions in addition to Strings. | code | html |
| MethodExpressionValidator | MethodExpressionValidator is a Validator that wraps a MethodExpression , and it performs validation by executing a method on an object identified by the MethodExpression . |
code | html |
| ValidatorException | A ValidatorException is an exception
thrown by the |
code | html |
| _MessageUtils | code | html |