Class PageInfoLinkTag

  • 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 PageInfoLinkTag
    extends WikiLinkTag
    Writes a link to the Wiki PageInfo. Body of the link becomes the actual text.

    Attributes

    • page - Page name to refer to. Default is the current page.
    • title - Is used in page actions to display hover text (tooltip)
    • accesskey - Set an accesskey (ALT+[Char])
    Since:
    2.0
    See Also:
    Serialized Form
    • Method Detail

      • setTitle

        public void setTitle​(java.lang.String title)
      • setAccesskey

        public void setAccesskey​(java.lang.String access)
      • doWikiStartTag

        public final int doWikiStartTag()
                                 throws java.io.IOException
        Description copied from class: WikiTagBase
        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