Class CommentLinkTag

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

    public class CommentLinkTag
    extends WikiLinkTag
    Writes a comment link. Body of the link becomes the link text.

    Attributes

    • page - Page name to refer to. Default is the current page.
    • format - Format, either "anchor" or "url".
    Since:
    2.0
    See Also:
    Serialized Form
    • Method Detail

      • doWikiStartTag

        public final int doWikiStartTag()
                                 throws java.io.IOException
        This method is allowed to do pretty much whatever he wants. We then catch all mistakes.
        Specified by:
        doWikiStartTag in class WikiTagBase
        Throws:
        java.io.IOException