Home » mojarra-1.2_09-b02-FCS-source » javax » faces » validator »

javax.faces.validator

Interfaces:

Validator  

A Validator implementation is a class that can perform validation (correctness checks) on a javax.faces.component.EditableValueHolder

code | html

Classes:

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: package and protection.

 
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 validate() method of a Validator to indicate that validation failed. 

code | html
_MessageUtils     code | html