javax.faces.validator
Interface Validator
- All Superinterfaces: 
- EventListener
- All Known Implementing Classes: 
- DoubleRangeValidator, LengthValidator, LongRangeValidator
- public interface Validator 
- extends EventListener
see Javadoc of JSF Specification
- Version:
- $Revision: 676278 $ $Date: 2008-07-13 03:35:04 -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
- See Also:
- Constant Field Values
validate
void validate(FacesContext context,
              UIComponent component,
              Object value)
              throws ValidatorException
- 
 
- 
- Throws:
- ValidatorException
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.