javax.faces.validator
Interface Validator

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

public interface Validator
extends java.util.EventListener

see Javadoc of JSF Specification

Version:
$Revision: 358099 $ $Date: 2005-12-20 15:40:00 -0500 (Tue, 20 Dec 2005) $
Author:
Manfred Geiler (latest modification by $Author: matzew $), Thomas Spiegl

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

Field Detail

NOT_IN_RANGE_MESSAGE_ID

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

validate

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


Copyright 2006 Apache Software Foundation. All Rights Reserved.