Class LongRangeValidator

java.lang.Object
jakarta.faces.validator.LongRangeValidator
All Implemented Interfaces:
PartialStateHolder, StateHolder, Validator, EventListener

@JSFValidator(name="f:validateLongRange", bodyContent="empty") @JSFJspProperty(name="binding", returnType="jakarta.faces.validator.LongRangeValidator", longDesc="A ValueExpression that evaluates to a LongRangeValidator.") public class LongRangeValidator extends Object implements Validator, PartialStateHolder
Creates a validator and associateds it with the nearest parent UIComponent. When invoked, the validator ensures that values are valid longs that lie within the minimum and maximum values specified. Commonly associated with a h:inputText entity. Unless otherwise specified, all attributes accept static values or EL expressions. see Javadoc of Faces Specification