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

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 © 2012 The Apache Software Foundation. All Rights Reserved.