org.apache.myfaces.tobago.taglib.component
Class SubmittedValueLengthValidatorTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.faces.webapp.ValidatorTag
          extended by org.apache.myfaces.tobago.taglib.component.SubmittedValueLengthValidatorTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class SubmittedValueLengthValidatorTag
extends ValidatorTag

Register an SubmittedValueLengthValidator instance on the UIComponent associated with the closest parent UIComponent custom action.

See Also:
Serialized Form

Field Summary
 
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
 
Constructor Summary
SubmittedValueLengthValidatorTag()
           
 
Method Summary
protected  Validator createValidator()
           
 String getMaximum()
           
 String getMinimum()
           
 void release()
           
 void setMaximum(String maximum)
           
 void setMinimum(String minimum)
           
 
Methods inherited from class javax.faces.webapp.ValidatorTag
doStartTag, setValidatorId
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmittedValueLengthValidatorTag

public SubmittedValueLengthValidatorTag()
Method Detail

getMinimum

public String getMinimum()

setMinimum

public void setMinimum(String minimum)

getMaximum

public String getMaximum()

setMaximum

public void setMaximum(String maximum)

createValidator

protected Validator createValidator()
                             throws JspException
Overrides:
createValidator in class ValidatorTag
Throws:
JspException

release

public void release()
Specified by:
release in interface Tag
Overrides:
release in class ValidatorTag


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.