Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.faces.validator Classes and Interfaces - 20 results found.
NameDescriptionTypePackageFramework
BeanValidatorA Validator that delegates validation of the bean property to the Bean Validation API.Classjavax.faces.validatorJava EE
DoubleRangeValidatorDoubleRangeValidator is a Validator that checks the value of the correspondingClassjavax.faces.validatorJava EE
FacesValidator presence of this annotation on a class automatically registers the class with the runtime as a Validator.Classjavax.faces.validatorJava EE
LengthValidatorLengthValidator is a Validator that checks the number of characters in the StringClassjavax.faces.validatorJava EE
LongRangeValidatorLongRangeValidator is a Validator that checks the value of the correspondingClassjavax.faces.validatorJava EE
MethodExpressionValidatorMethodExpressionValidator is a Validator that wraps a MethodExpression, and itClassjavax.faces.validatorJava EE
RegexValidatorA Validator that checks against a Regular Expression (which is the pattern property).Classjavax.faces.validatorJava EE
RequiredValidatorA Validator that checks for an empty value in the same way that UIInput checks for a value.Classjavax.faces.validatorJava EE
Validator implementation is a class that can perform validation (correctness checks) on a EditableValueHolder.Interfacejavax.faces.validatorJava EE
ValidatorExceptionA ValidatorException is an exception thrown by the validate() method of aClassjavax.faces.validatorJava EE
BeanValidator BeanValidator is a Validator that doesn't do any validation itself, but delegates validation logic toClassjavax.faces.validatorApache MyFaces
DoubleRangeValidatorCreates a validator and associateds it with the nearest parent UIComponent.Classjavax.faces.validatorApache MyFaces
FacesValidatorClassjavax.faces.validatorApache MyFaces
LengthValidatorCreates a validator and associateds it with the nearest parent UIComponent.Classjavax.faces.validatorApache MyFaces
LongRangeValidatorCreates a validator and associateds it with the nearest parent UIComponent.Classjavax.faces.validatorApache MyFaces
MethodExpressionValidatorsee Javadoc of JSF SpecificationFields inherited from interface javax.Classjavax.faces.validatorApache MyFaces
RegexValidator RegexValidator is a Validator that checks the value of the corresponding component against specifiedClassjavax.faces.validatorApache MyFaces
RequiredValidatorCheck if a value is empty, in the same way as set UIInput required property to true (including all rules related to this property).Classjavax.faces.validatorApache MyFaces
Validatorsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $), Thomas SpieglInterfacejavax.faces.validatorApache MyFaces
ValidatorExceptionsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $), Thomas SpieglSee Also:Serialized FormClassjavax.faces.validatorApache MyFaces