Package | Description |
---|---|
javax.faces.validator |
Interface defining the validator
model, and concrete validator implementation classes.
|
Modifier and Type | Method and Description |
---|---|
void |
LengthValidator.validate(FacesContext context,
UIComponent component,
Object value) |
void |
MethodExpressionValidator.validate(FacesContext context,
UIComponent component,
Object value) |
void |
DoubleRangeValidator.validate(FacesContext context,
UIComponent component,
Object value) |
void |
LongRangeValidator.validate(FacesContext context,
UIComponent component,
Object value) |
void |
Validator.validate(FacesContext context,
UIComponent component,
Object value)
|
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.