Class WikiLinkTag

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.wiki.tags.WikiTagBase
org.apache.wiki.tags.WikiLinkTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally
Direct Known Subclasses:
CommentLinkTag, DiffLinkTag, EditLinkTag, LinkTag, LinkToTag, PageInfoLinkTag, UploadLinkTag

public abstract class WikiLinkTag
extends WikiTagBase
Root class for different internal wiki links. Cannot be used directly, but provides basic stuff for other classes.

Extend from this class if you need the following attributes.

Attributes

  • page - Page name to refer to. Default is the current page.
  • format - Either "url" or "anchor". If "url", will provide just the URL for the link. If "anchor", will output proper HTML (<a> href="...).
Since:
2.0
See Also:
Serialized Form