javax.faces.validator
Interface Validator
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- BeanValidator, DoubleRangeValidator, LengthValidator, LongRangeValidator, MethodExpressionValidator, RegexValidator, RequiredValidator
public interface Validator
- extends EventListener
see Javadoc of JSF Specification
NOT_IN_RANGE_MESSAGE_ID
static final String NOT_IN_RANGE_MESSAGE_ID
- Deprecated.
- See Also:
- Constant Field Values
validate
void validate(FacesContext context,
UIComponent component,
Object value)
throws ValidatorException
- Throws:
ValidatorException
Copyright © 2014 The Apache Software Foundation. All rights reserved.