Package | Description |
---|---|
javax.faces.validator |
Interface
defining the validator model, and concrete validator implementation classes.
|
Modifier and Type | Method and Description |
---|---|
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) |
void |
Validator.validate(FacesContext context,
UIComponent component,
T value)
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.