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

Field Summary
static String NOT_IN_RANGE_MESSAGE_ID
          Deprecated.  
 
Method Summary
 void validate(FacesContext context, UIComponent component, Object value)
           
 

Field Detail

NOT_IN_RANGE_MESSAGE_ID

static final String NOT_IN_RANGE_MESSAGE_ID
Deprecated. 
See Also:
Constant Field Values
Method Detail

validate

void validate(FacesContext context,
              UIComponent component,
              Object value)
              throws ValidatorException
Throws:
ValidatorException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.