Class LinkToParentTag

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
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 LinkToParentTag
extends LinkToTag
Writes a link to a parent of a Wiki page.

Attributes

Since:
2.0
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • doWikiStartTag

      public 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.
      Overrides:
      doWikiStartTag in class LinkToTag
      Throws:
      java.io.IOException