Class ForTokensTag

  • All Implemented Interfaces:
    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
    JSTL 1.0 compatible implementation of <fortokens> that uses JSP EL support.
    See Also:
    Serialized Form
    • Constructor Detail

      • ForTokensTag

        public ForTokensTag()
    • Method Detail

      • release

        public void release()
        Description copied from class: LoopTagSupport
        Releases any resources this LoopTagSupport may have (or inherit).
        Specified by:
        release in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        release in class ForTokensSupport
      • doStartTag

        public int doStartTag()
                       throws javax.servlet.jsp.JspException
        Description copied from class: LoopTagSupport
        Begins iterating by processing the first item.
        Specified by:
        doStartTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doStartTag in class LoopTagSupport
        Throws:
        javax.servlet.jsp.JspException
      • setBegin

        public void setBegin​(String begin)
      • setEnd

        public void setEnd​(String end)
      • setStep

        public void setStep​(String step)
      • setItems

        public void setItems​(String items)
      • setDelims

        public void setDelims​(String delims)