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
    implements LoopTag, javax.servlet.jsp.tagext.IterationTag

    A handler for <forTokens> that supports rtexprvalue-based attributes.

    Author:
    Shawn Bayern
    See Also:
    Serialized Form
    • Constructor Detail

      • ForTokensTag

        public ForTokensTag()
    • 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​(Object s)
                      throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setDelims

        public void setDelims​(String s)
                       throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException