Package | Description |
---|---|
javax.faces.application | |
javax.faces.component | |
javax.faces.validator | |
javax.faces.webapp |
Modifier and Type | Method and Description |
---|---|
abstract Validator |
Application.createValidator(String validatorId) |
Modifier and Type | Method and Description |
---|---|
Validator[] |
UIInput.getValidators()
Gets all A method which is invoked during the validation phase for this component.
|
Validator[] |
EditableValueHolder.getValidators() |
Modifier and Type | Method and Description |
---|---|
void |
UIInput.addValidator(Validator validator)
Adds a A method which is invoked during the validation phase for this component.
|
void |
EditableValueHolder.addValidator(Validator validator) |
void |
UIInput.removeValidator(Validator validator)
Removes a A method which is invoked during the validation phase for this component.
|
void |
EditableValueHolder.removeValidator(Validator validator) |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected abstract Validator |
ValidatorELTag.createValidator() |
protected Validator |
ValidatorTag.createValidator()
Deprecated.
|
Copyright © 2013 Apache Software Foundation. All Rights Reserved.