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)
|
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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.