com.ecyrd.jspwiki.tags
Class PageInfoLinkTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.ecyrd.jspwiki.tags.WikiTagBase
com.ecyrd.jspwiki.tags.WikiLinkTag
com.ecyrd.jspwiki.tags.PageInfoLinkTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag, 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_title
public String m_title
m_accesskey
public String m_accesskey
PageInfoLinkTag
public PageInfoLinkTag()
setTitle
public void setTitle(String title)
setAccesskey
public void setAccesskey(String access)
doWikiStartTag
public final int doWikiStartTag()
throws 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:
IOException