public class ValidateLengthTag extends GenericMinMaxValidatorTag<Integer>
_max, _maximum, _min, _minimum| Constructor and Description | 
|---|
| ValidateLengthTag() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Validator | createValidator()This method returns the Validator, you have to cast it to the correct type and apply the min and max values. | 
| protected Integer | getValue(Object value)Wrapper method. | 
| protected boolean | isMinLTMax() | 
release, setMaximum, setMinimumsetBinding, setValidatorId, setValidatorIdStringdoStartTagprotected Validator createValidator() throws javax.servlet.jsp.JspException
GenericMinMaxValidatorTagcreateValidator in class GenericMinMaxValidatorTag<Integer>javax.servlet.jsp.JspExceptionprotected boolean isMinLTMax()
isMinLTMax in class GenericMinMaxValidatorTag<Integer>protected Integer getValue(Object value)
GenericMinMaxValidatorTaggetValue in class GenericMinMaxValidatorTag<Integer>Copyright © 2016 The Apache Software Foundation. All Rights Reserved.