javax.faces.validator

Interface Validator

All Superinterfaces:
EventListener
Known Implementing Classes:
DoubleRangeValidator, LengthValidator, LongRangeValidator

public interface Validator
extends EventListener

Version:
$Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $
Authors:
Manfred Geiler (latest modification by $Author: mwessendorf $)
Thomas Spiegl

Field Summary

static String
NOT_IN_RANGE_MESSAGE_ID

Method Summary

void
validate(FacesContext context, UIComponent component, Object value)

Field Details

NOT_IN_RANGE_MESSAGE_ID

public static final String NOT_IN_RANGE_MESSAGE_ID

Method Details

validate

public void validate(FacesContext context,
                     UIComponent component,
                     Object value)
            throws ValidatorException