javax.faces.validator
Interface Validator

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

public interface Validator
extends java.util.EventListener

see Javadoc of JSF Specification

Version:
$Revision: 517407 $ $Date: 2007-03-12 22:27:17 +0100 (Mo, 12 Mär 2007) $
Author:
Manfred Geiler (latest modification by $Author: cagatay $), 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 © 2011 Apache Software Foundation. All Rights Reserved.