Class 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 jakarta.servlet.jsp.jstl.core.LoopTagSupport

        begin, beginSpecified, deferredExpression, end, endSpecified, itemId, statusId, step, stepSpecified
      • Fields inherited from class jakarta.servlet.jsp.tagext.TagSupport

        id, pageContext
      • Fields inherited from interface jakarta.servlet.jsp.tagext.IterationTag

        EVAL_BODY_AGAIN
      • Fields inherited from interface jakarta.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
      void setBegin​(int begin)  
      void setDelims​(String s)  
      void setEnd​(int end)  
      void setItems​(Object s)  
      void setStep​(int step)  
      • 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
      • Methods inherited from interface jakarta.servlet.jsp.tagext.IterationTag

        doAfterBody
      • Methods inherited from interface jakarta.servlet.jsp.jstl.core.LoopTag

        getCurrent, getLoopStatus
      • Methods inherited from interface jakarta.servlet.jsp.tagext.Tag

        doEndTag, doStartTag, getParent, release, setPageContext, setParent
    • Constructor Detail

      • ForTokensTag

        public ForTokensTag()
    • 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