org.apache.myfaces.tobago.internal.taglib.component
Class ValidateSubmittedValueLengthTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.faces.webapp.ValidatorELTag
org.apache.myfaces.tobago.internal.taglib.component.ValidateSubmittedValueLengthTag
- All Implemented Interfaces:
- Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- ValidateSubmittedValueLengthTag
public abstract class ValidateSubmittedValueLengthTag
- extends javax.faces.webapp.ValidatorELTag
Register an SubmittedValueLengthValidator instance on the UIComponent
associated with the closest parent UIComponent custom action.
The standard LengthValidator validate the length on the converted value.toString()
not on the submitted value. Sometime you need to check the length of the submitted value.
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from class javax.faces.webapp.ValidatorELTag |
doStartTag |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidateSubmittedValueLengthTag
public ValidateSubmittedValueLengthTag()
createValidator
protected javax.faces.validator.Validator createValidator()
throws javax.servlet.jsp.JspException
- Specified by:
createValidator
in class javax.faces.webapp.ValidatorELTag
- Throws:
javax.servlet.jsp.JspException
setMinimum
public void setMinimum(javax.el.ValueExpression minimum)
setMaximum
public void setMaximum(javax.el.ValueExpression maximum)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.