com.ecyrd.jspwiki.tags
Class CommentLinkTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.ecyrd.jspwiki.tags.WikiTagBase
com.ecyrd.jspwiki.tags.WikiLinkTag
com.ecyrd.jspwiki.tags.CommentLinkTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag, 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 Summary |
int |
doWikiStartTag()
This method is allowed to do pretty much whatever he wants. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentLinkTag
public CommentLinkTag()
doWikiStartTag
public final int doWikiStartTag()
throws IOException
- This method is allowed to do pretty much whatever he wants.
We then catch all mistakes.
- Specified by:
doWikiStartTag
in class WikiTagBase
- Throws:
IOException