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
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
,javax.servlet.jsp.tagext.TryCatchFinally
public class ForTokensTag extends ForTokensSupport implements LoopTag, javax.servlet.jsp.tagext.IterationTag
A handler for <forTokens> that supports rtexprvalue-based attributes.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
currentIndex, delims, items, st
-
Fields inherited from class javax.servlet.jsp.jstl.core.LoopTagSupport
begin, beginSpecified, deferredExpression, end, endSpecified, itemId, statusId, step, stepSpecified
-
-
Constructor Summary
Constructors Constructor Description ForTokensTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setBegin(int begin)
void
setDelims(java.lang.String s)
void
setEnd(int end)
void
setItems(java.lang.Object s)
void
setStep(int step)
-
Methods inherited from class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
getDelims, hasNext, next, prepare, release
-
Methods inherited from class javax.servlet.jsp.jstl.core.LoopTagSupport
doAfterBody, doCatch, doFinally, doStartTag, getCurrent, getLoopStatus, setVar, setVarStatus, validateBegin, validateEnd, validateStep
-
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.servlet.jsp.jstl.core.LoopTag
getCurrent, getLoopStatus
-
-
-
-
Method Detail
-
setBegin
public void setBegin(int begin) throws javax.servlet.jsp.JspTagException
- Throws:
javax.servlet.jsp.JspTagException
-
setEnd
public void setEnd(int end) throws javax.servlet.jsp.JspTagException
- Throws:
javax.servlet.jsp.JspTagException
-
setStep
public void setStep(int step) throws javax.servlet.jsp.JspTagException
- Throws:
javax.servlet.jsp.JspTagException
-
setItems
public void setItems(java.lang.Object s) throws javax.servlet.jsp.JspTagException
- Throws:
javax.servlet.jsp.JspTagException
-
setDelims
public void setDelims(java.lang.String s) throws javax.servlet.jsp.JspTagException
- Throws:
javax.servlet.jsp.JspTagException
-
-