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
- Version:
- $Revision: 882395 $ $Date: 2009-11-19 22:15:53 -0500 (Thu, 19 Nov 2009) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $), Thomas Spiegl
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 © 2011 The Apache Software Foundation. All Rights Reserved.