Uses of Interface
javax.faces.validator.Validator

Packages that use Validator
javax.faces.application   
javax.faces.component   
javax.faces.validator   
javax.faces.webapp   
 

Uses of Validator in javax.faces.application
 

Methods in javax.faces.application that return Validator
abstract  Validator Application.createValidator(java.lang.String validatorId)
           
 

Uses of Validator in javax.faces.component
 

Methods in javax.faces.component that return Validator
 Validator[] EditableValueHolder.getValidators()
           
 Validator[] UIInput.getValidators()
          Gets all A method which is invoked during the validation phase for this component.
 

Methods in javax.faces.component with parameters of type Validator
 void EditableValueHolder.addValidator(Validator validator)
           
 void UIInput.addValidator(Validator validator)
          Adds a A method which is invoked during the validation phase for this component.
 void EditableValueHolder.removeValidator(Validator validator)
           
 void UIInput.removeValidator(Validator validator)
          Removes a A method which is invoked during the validation phase for this component.
 

Uses of Validator in javax.faces.validator
 

Classes in javax.faces.validator that implement Validator
 class DoubleRangeValidator
          see Javadoc of JSF Specification
 class LengthValidator
          see Javadoc of JSF Specification
 class LongRangeValidator
          see Javadoc of JSF Specification
 class MethodExpressionValidator
          see Javadoc of JSF Specification
 

Uses of Validator in javax.faces.webapp
 

Methods in javax.faces.webapp that return Validator
protected abstract  Validator ValidatorELTag.createValidator()
           
protected  Validator ValidatorTag.createValidator()
          Deprecated.  
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.