Class ForTokensTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
- org.apache.taglibs.standard.tag.common.core.ForTokensSupport
-
- org.apache.taglibs.standard.tag.rt.core.ForTokensTag
-
- All Implemented Interfaces:
jakarta.servlet.jsp.jstl.core.LoopTag,jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,jakarta.servlet.jsp.tagext.TryCatchFinally,Serializable
public class ForTokensTag extends ForTokensSupport implements jakarta.servlet.jsp.jstl.core.LoopTag, jakarta.servlet.jsp.tagext.IterationTag
A handler for <forTokens> that supports rtexprvalue-based attributes.
- Author:
- Shawn Bayern
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
delims, items, st
-
-
Constructor Summary
Constructors Constructor Description ForTokensTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetBegin(int begin)voidsetDelims(String s)voidsetEnd(int end)voidsetItems(Object s)voidsetStep(int step)-
Methods inherited from class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
getDelims, hasNext, next, prepare, release
-
Methods inherited from class jakarta.servlet.jsp.jstl.core.LoopTagSupport
doAfterBody, doCatch, doFinally, doStartTag, getCurrent, getLoopStatus, setVar, setVarStatus, validateBegin, validateEnd, validateStep
-
Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
setBegin
public void setBegin(int begin) throws jakarta.servlet.jsp.JspTagException- Throws:
jakarta.servlet.jsp.JspTagException
-
setEnd
public void setEnd(int end) throws jakarta.servlet.jsp.JspTagException- Throws:
jakarta.servlet.jsp.JspTagException
-
setStep
public void setStep(int step) throws jakarta.servlet.jsp.JspTagException- Throws:
jakarta.servlet.jsp.JspTagException
-
setItems
public void setItems(Object s) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
setDelims
public void setDelims(String s) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
-