javax.faces.validator
Interface Validator

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
BeanValidator, DoubleRangeValidator, LengthValidator, LongRangeValidator, MethodExpressionValidator, RegexValidator, RequiredValidator

public interface Validator
extends java.util.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 java.lang.String NOT_IN_RANGE_MESSAGE_ID
          Deprecated.  
 
Method Summary
 void validate(FacesContext context, UIComponent component, java.lang.Object value)
           
 

Field Detail

NOT_IN_RANGE_MESSAGE_ID

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

validate

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


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