javax.faces.validator
Interface Validator

All Superinterfaces:
EventListener
All Known Implementing Classes:
BeanValidator, DoubleRangeValidator, LengthValidator, LongRangeValidator, MethodExpressionValidator, RegexValidator, RequiredValidator

public interface Validator
extends EventListener

see Javadoc of JSF Specification


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

Field Detail

NOT_IN_RANGE_MESSAGE_ID

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

validate

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


Copyright © 2014 The Apache Software Foundation. All rights reserved.