Uses of Interface
jakarta.faces.validator.Validator
Packages that use Validator
Package
Description
-
Uses of Validator in jakarta.faces.application
Methods in jakarta.faces.application that return ValidatorModifier and TypeMethodDescriptionabstract Validator
Application.createValidator
(String validatorId) Instantiate and return a new
instance of the class specified by a previous call toValidator
addValidator()
for the specified validator id.ApplicationWrapper.createValidator
(String validatorId) -
Uses of Validator in jakarta.faces.component
Methods in jakarta.faces.component that return ValidatorModifier and TypeMethodDescriptionEditableValueHolder.getValidators()
UIInput.getValidators()
See getValidator.Methods in jakarta.faces.component with parameters of type ValidatorModifier and TypeMethodDescriptionvoid
EditableValueHolder.addValidator
(Validator validator) void
UIInput.addValidator
(Validator validator) See getValidator.void
EditableValueHolder.removeValidator
(Validator validator) void
UIInput.removeValidator
(Validator validator) See getValidator. -
Uses of Validator in jakarta.faces.validator
Classes in jakarta.faces.validator that implement ValidatorModifier and TypeClassDescriptionclass
BeanValidator is aValidator
that doesn't do any validation itself, but delegates validation logic to Bean Validation.class
Creates a validator and associateds it with the nearest parent UIComponent.class
Creates a validator and associateds it with the nearest parent UIComponent.class
Creates a validator and associateds it with the nearest parent UIComponent.class
see Javadoc of Faces Specificationclass
RegexValidator is aValidator
that checks the value of the corresponding component against specified pattern using Java regular expression syntax.class
Check if a value is empty, in the same way as set UIInput required property to true (including all rules related to this property).