Class ForTokensTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.jstl.core.LoopTagSupport
-
- org.apache.taglibs.standard.tag.common.core.ForTokensSupport
-
- org.apache.taglibs.standard.tag.rt.core.ForTokensTag
-
- All Implemented Interfaces:
java.io.Serializable,LoopTag,IterationTag,JspTag,Tag,TryCatchFinally
public class ForTokensTag extends ForTokensSupport implements LoopTag, IterationTag
A handler for <forTokens> that supports rtexprvalue-based attributes.
- See Also:
- Serialized Form
-
-
Field Summary
-
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
Constructors Constructor Description ForTokensTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetBegin(int begin)voidsetDelims(java.lang.String s)voidsetEnd(int end)voidsetItems(java.lang.Object s)voidsetStep(int step)-
Methods inherited from class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
release
-
Methods inherited from class javax.servlet.jsp.jstl.core.LoopTagSupport
doAfterBody, doCatch, doFinally, doStartTag, getCurrent, getLoopStatus, setVar, setVarStatus
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
-
Methods inherited from interface javax.servlet.jsp.jstl.core.LoopTag
getCurrent, getLoopStatus
-
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
-
-
-
-
Method Detail
-
setBegin
public void setBegin(int begin) throws JspTagException- Throws:
JspTagException
-
setEnd
public void setEnd(int end) throws JspTagException- Throws:
JspTagException
-
setStep
public void setStep(int step) throws JspTagException- Throws:
JspTagException
-
setItems
public void setItems(java.lang.Object s) throws JspTagException- Throws:
JspTagException
-
setDelims
public void setDelims(java.lang.String s) throws JspTagException- Throws:
JspTagException
-
-