javax.faces.validator
Interface Validator
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- DoubleRangeValidator, LengthValidator, LongRangeValidator, MethodExpressionValidator
public interface Validator
- extends EventListener
see Javadoc of JSF Specification
- Version:
- $Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: skitching $), 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.