javax.faces.validator
Interface Validator
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- DoubleRangeValidator, LengthValidator, LongRangeValidator
public interface Validator
- extends java.util.EventListener
- Version:
- $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $
- Author:
- Manfred Geiler (latest modification by $Author: mwessendorf $), Thomas Spiegl
NOT_IN_RANGE_MESSAGE_ID
static final java.lang.String NOT_IN_RANGE_MESSAGE_ID
- See Also:
- Constant Field Values
validate
void validate(FacesContext context,
UIComponent component,
java.lang.Object value)
throws ValidatorException
- Throws:
ValidatorException