public interface Validator<T> extends EventListener
| Modifier and Type | Field and Description | 
|---|---|
| static String | NOT_IN_RANGE_MESSAGE_IDDeprecated.   | 
| Modifier and Type | Method and Description | 
|---|---|
| void | validate(FacesContext context,
        UIComponent component,
        T value) | 
@Deprecated static final String NOT_IN_RANGE_MESSAGE_ID
void validate(FacesContext context, UIComponent component, T value) throws ValidatorException
ValidatorExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.