|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(String validatorId)
Instantiate and return a new instance of the class specified by a previous call to
addValidator() for the specified validator id. |
Validator |
ApplicationWrapper.createValidator(String validatorId)
|
Uses of Validator in javax.faces.component |
---|
Methods in javax.faces.component that return Validator | |
---|---|
Validator[] |
UIInput.getValidators()
See getValidator. |
Validator[] |
EditableValueHolder.getValidators()
|
Methods in javax.faces.component with parameters of type Validator | |
---|---|
void |
UIInput.addValidator(Validator validator)
See getValidator. |
void |
EditableValueHolder.addValidator(Validator validator)
|
void |
UIInput.removeValidator(Validator validator)
See getValidator. |
void |
EditableValueHolder.removeValidator(Validator validator)
|
Uses of Validator in javax.faces.validator |
---|
Classes in javax.faces.validator that implement Validator | |
---|---|
class |
BeanValidator
BeanValidator is a Validator
that doesn't do any validation itself, but delegates validation logic to
Bean Validation. |
class |
DoubleRangeValidator
Creates a validator and associateds it with the nearest parent UIComponent. |
class |
LengthValidator
Creates a validator and associateds it with the nearest parent UIComponent. |
class |
LongRangeValidator
Creates a validator and associateds it with the nearest parent UIComponent. |
class |
MethodExpressionValidator
see Javadoc of JSF Specification |
class |
RegexValidator
RegexValidator is a Validator
that checks the value of the corresponding component against specified
pattern using Java regular expression syntax. |
class |
RequiredValidator
Check if a value is empty, in the same way as set UIInput required property to true (including all rules related to this property). |
Uses of Validator in javax.faces.webapp |
---|
Methods in javax.faces.webapp that return Validator | |
---|---|
protected Validator |
ValidatorTag.createValidator()
Deprecated. |
protected abstract Validator |
ValidatorELTag.createValidator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |