Package | Description |
---|---|
javax.faces.component |
Fundamental APIs for user
interface components.
|
javax.faces.validator |
Interface defining the validator
model, and concrete validator implementation classes.
|
Modifier and Type | Method and Description |
---|---|
void |
MethodBindingValidator.validate(FacesContext context,
UIComponent component,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.validate(FacesContext context,
UIComponent component,
java.lang.Object value)
|
void |
MethodExpressionValidator.validate(FacesContext context,
UIComponent component,
java.lang.Object value) |
void |
LongRangeValidator.validate(FacesContext context,
UIComponent component,
java.lang.Object value) |
void |
LengthValidator.validate(FacesContext context,
UIComponent component,
java.lang.Object value) |
void |
DoubleRangeValidator.validate(FacesContext context,
UIComponent component,
java.lang.Object value) |