javax.faces.validator

Interface Validator

public interface Validator extends EventListener

Version: $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $

Author: Manfred Geiler (latest modification by $Author: mwessendorf $) Thomas Spiegl

Field Summary
static StringNOT_IN_RANGE_MESSAGE_ID
Method Summary
voidvalidate(FacesContext context, UIComponent component, Object value)

Field Detail

NOT_IN_RANGE_MESSAGE_ID

public static final String NOT_IN_RANGE_MESSAGE_ID

Method Detail

validate

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