Uses of Interface
jakarta.faces.validator.Validator
-
Uses of Validator in com.sun.faces.application
Methods in com.sun.faces.application that return Validator Modifier and Type Method Description Validator<?>ApplicationImpl. createValidator(String validatorId) -
Uses of Validator in com.sun.faces.application.annotation
Methods in com.sun.faces.application.annotation with parameters of type Validator Modifier and Type Method Description voidAnnotationManager. applyValidatorAnnotations(FacesContext ctx, Validator v)Apply annotations relevant toValidatorinstances. -
Uses of Validator in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return Validator Modifier and Type Method Description Validator<?>InstanceFactory. createValidator(String validatorId) -
Uses of Validator in com.sun.faces.cdi
Classes in com.sun.faces.cdi that implement Validator Modifier and Type Class Description classCdiValidatorA delegate to the CDI managed validator.Methods in com.sun.faces.cdi that return Validator Modifier and Type Method Description static Validator<?>CdiUtils. createValidator(jakarta.enterprise.inject.spi.BeanManager beanManager, String value)Create a validator using the FacesValidator value attribute.Constructors in com.sun.faces.cdi with parameters of type Validator Constructor Description CdiValidator(String validatorId, Validator delegate)Constructor. -
Uses of Validator in com.sun.faces.component.validator
Methods in com.sun.faces.component.validator with parameters of type Validator Modifier and Type Method Description voidComponentValidators.ValidatorInfo. applyAttributes(Validator v) -
Uses of Validator in com.sun.faces.ext.component
Methods in com.sun.faces.ext.component with parameters of type Validator Modifier and Type Method Description voidUIValidateWholeBean. addValidator(Validator validator) -
Uses of Validator in com.sun.faces.ext.taglib
Methods in com.sun.faces.ext.taglib that return Validator Modifier and Type Method Description protected ValidatorCreditCardValidatorTag. createValidator() -
Uses of Validator in com.sun.faces.ext.validator
Classes in com.sun.faces.ext.validator that implement Validator Modifier and Type Class Description classCreditCardValidatorA Validator that checks against a Regular Expression (which is the pattern property). -
Uses of Validator in com.sun.faces.taglib.jsf_core
Classes in com.sun.faces.taglib.jsf_core that implement Validator Modifier and Type Class Description static classValidatorTag.BindingValidatorMethods in com.sun.faces.taglib.jsf_core that return Validator Modifier and Type Method Description protected ValidatorAbstractValidatorTag. createValidator()protected static ValidatorAbstractValidatorTag. createValidator(jakarta.el.ValueExpression validatorId, jakarta.el.ValueExpression binding, FacesContext facesContext)protected ValidatorRegexValidatorTag. createValidator()protected ValidatorValidateDoubleRangeTag. createValidator()protected ValidatorValidateLengthTag. createValidator()protected ValidatorValidateLongRangeTag. createValidator()protected ValidatorValidatorTag. createValidator() -
Uses of Validator in jakarta.faces.application
Methods in jakarta.faces.application that return Validator Modifier and Type Method Description abstract ValidatorApplication. createValidator(String validatorId)Instantiate and return a newValidatorinstance of the class specified by a previous call toaddValidator()for the specified validator id.ValidatorApplicationWrapper. createValidator(String validatorId)The default behavior of this method is to callApplication.createValidator(String)on the wrappedApplicationobject. -
Uses of Validator in jakarta.faces.component
Methods in jakarta.faces.component that return Validator Modifier and Type Method Description Validator[]EditableValueHolder. getValidators()Return the set of registeredValidators for this component instance.Validator[]UIInput. getValidators()Methods in jakarta.faces.component with parameters of type Validator Modifier and Type Method Description voidEditableValueHolder. addValidator(Validator validator)Add aValidatorinstance to the set associated with this component.voidUIInput. addValidator(Validator validator)voidEditableValueHolder. removeValidator(Validator validator)Remove aValidatorinstance from the set associated with this component, if it was previously associated.voidUIInput. removeValidator(Validator validator) -
Uses of Validator in jakarta.faces.validator
Classes in jakarta.faces.validator that implement Validator Modifier and Type Class Description classBeanValidatorA Validator that delegates validation of the bean property to the Bean Validation API.classDoubleRangeValidatorDoubleRangeValidator is aValidatorthat checks the value of the corresponding component against specified minimum and maximum values.classLengthValidatorLengthValidator is aValidatorthat checks the number of characters in the String representation of the value of the associated component.classLongRangeValidatorLongRangeValidator is aValidatorthat checks the value of the corresponding component against specified minimum and maximum values.classMethodExpressionValidatorMethodExpressionValidator is aValidatorthat wraps aMethodExpression, and it performs validation by executing a method on an object identified by theMethodExpression.classRegexValidatorA Validator that checks against a Regular Expression (which is the pattern property).classRequiredValidatorA Validator that checks for an empty value in the same way that UIInput checks for a value. -
Uses of Validator in jakarta.faces.webapp
Methods in jakarta.faces.webapp that return Validator Modifier and Type Method Description protected abstract ValidatorValidatorELTag. createValidator()Create and return a newValidatorto be registered on our surroundingUIComponent.protected ValidatorValidatorTag. createValidator()Deprecated.Create and return a newValidatorto be registered on our surroundingUIComponent.