Package org.apache.wiki.tags
Class PageInfoLinkTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.wiki.tags.WikiTagBase
org.apache.wiki.tags.WikiLinkTag
org.apache.wiki.tags.PageInfoLinkTag
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag,javax.servlet.jsp.tagext.TryCatchFinally
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:
-
Field Summary
FieldsFields inherited from class org.apache.wiki.tags.WikiLinkTag
ANCHOR, m_format, m_pageName, m_template, URLFields inherited from class org.apache.wiki.tags.WikiTagBase
m_wikiContextFields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContextFields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intThis method is allowed to do pretty much whatever he wants.voidsetAccesskey(String access) voidMethods inherited from class org.apache.wiki.tags.WikiLinkTag
doEndTag, getPage, getTemplate, initTag, setFormat, setPage, setTemplateMethods inherited from class org.apache.wiki.tags.WikiTagBase
doCatch, doFinally, doStartTag, setId, setPageContextMethods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setParent, setValue
-
Field Details
-
m_title
-
m_accesskey
-
-
Constructor Details
-
PageInfoLinkTag
public PageInfoLinkTag()
-
-
Method Details
-
setTitle
-
setAccesskey
-
doWikiStartTag
Description copied from class:WikiTagBaseThis method is allowed to do pretty much whatever he wants. We then catch all mistakes.- Specified by:
doWikiStartTagin classWikiTagBase- Throws:
IOException
-