com.opensymphony.webwork.views.jsp.iterator
Class IteratorGeneratorTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.opensymphony.webwork.views.jsp.WebWorkTagSupport
com.opensymphony.webwork.views.jsp.ParameterizedTagSupport
com.opensymphony.webwork.views.jsp.ActionTag
com.opensymphony.webwork.views.jsp.iterator.IteratorGeneratorTag
- All Implemented Interfaces:
- IterationTag, ParamTag.Parametric, Serializable, Tag, WebWorkStatics
- public class IteratorGeneratorTag
- extends ActionTag
Generate an iterator
- Version:
- $Revision: 1.6 $
- Author:
- Rickard ?berg (rickard@dreambean.com)
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorGeneratorTag
public IteratorGeneratorTag()
setCount
public void setCount(String aCount)
setParent
public void setParent(Tag t)
setSeparator
public void setSeparator(String aChar)
setVal
public void setVal(String aValue)
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class ActionTag
- Throws:
JspException