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: 472558 $ $Date: 2006-11-08 18:36:53 +0100 (Mi, 08 Nov 2006) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $), 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

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

validate

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


Copyright © 2011. All Rights Reserved.