| Package | Description |
|---|---|
| javax.faces.validator |
Interface defining the validator
model, and concrete validator implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Validator.validate(FacesContext context,
UIComponent component,
Object value)
Perform the correctness checks implemented by this
Validator against the specified UIComponent. |
void |
MethodExpressionValidator.validate(FacesContext context,
UIComponent component,
Object value) |
void |
LongRangeValidator.validate(FacesContext context,
UIComponent component,
Object value) |
void |
LengthValidator.validate(FacesContext context,
UIComponent component,
Object value) |
void |
DoubleRangeValidator.validate(FacesContext context,
UIComponent component,
Object value) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.