de.tuberlin.cs.flp.jspwiki.tags
<wiki:PageReferredBy page='...'>
...
</wiki:PageReferredBy>
Implements a JSP-tag named "<wiki:PageReferredBy>" which includes its body into the page if this page is referred from the page given by parameter page. (I.e., if 'page' contains a link to this page.)
|
|||
protected
String
|
m_pageName The name of the page which is tested whether it refers to the current page.
|
|
|||
public final
int
|
doWikiStartTag()
Decides whether to include the body part or not.
The body part is included if the page named by
getPage()
includes a link to the current page.
Known bug: if this page's name contains special chars (e.g. German umlauts)
an existing reference from the referring page may not be found.
|
||
public
String
|
getPage()
Returns the page name.
|
||
public
void
|
setPage(String page)
Sets the page name.
|
Tagged Values | |
static
|
false
|
documentation#author
|
Jens Gulden
|
|
protected
String m_pageName
|
public final
int doWikiStartTag()
getPage()
includes a link to the current page.
Known bug: if this page's name contains special chars (e.g. German umlauts)
an existing reference from the referring page may not be found.
Method Tagged Values | |
documentation#throws
|
IOException if an i/o error occurs
|
public
String
getPage()
public
void setPage(String page)
page
- The page name.