Class UploadLinkTag

  • 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 UploadLinkTag
    extends WikiLinkTag
    Writes a link to the upload page. Body of the link becomes the actual text. The link is written regardless to whether the page exists or not.

    Attributes

    Since:
    2.0
    See Also:
    Serialized Form
    • Method Detail

      • 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