Class RandomTag

  • All Implemented Interfaces:
    jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, Serializable

    public class RandomTag
    extends net.anotheria.tags.BaseTagSupport
    Writes out the content of the resource. Writes out a link to the resource in edit mode.
    Author:
    another
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class jakarta.servlet.jsp.tagext.TagSupport

        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
      RandomTag()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int doEndTag()  
      • Methods inherited from class net.anotheria.tags.BaseTagSupport

        getId, getName, getProperty, getScope, lookup, quote, release, setId, setName, setProperty, setScope, toString, write, writeLn
      • Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport

        doAfterBody, doStartTag, findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
    • Constructor Detail

      • RandomTag

        public RandomTag()
    • Method Detail

      • doEndTag

        public int doEndTag()
                     throws jakarta.servlet.jsp.JspException
        Specified by:
        doEndTag in interface jakarta.servlet.jsp.tagext.Tag
        Overrides:
        doEndTag in class jakarta.servlet.jsp.tagext.TagSupport
        Throws:
        jakarta.servlet.jsp.JspException