|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWikiTagBase
de.tuberlin.cs.flp.jspwiki.tags.IsCategoryTag
<wiki:IsCategory [page='...']>
...
</wiki:IsCategory>
Evaluates the tag-body if the page is a category page. Default for parameter page is this page.
Field Summary | |
protected java.lang.String |
m_pageName
The name of the page which is tested whether it refers to the current page. |
Constructor Summary | |
IsCategoryTag()
|
Method Summary | |
int |
doWikiStartTag()
|
java.lang.String |
getPage()
Returns the page name. |
void |
setPage(java.lang.String page)
Sets the page name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String m_pageName
Constructor Detail |
public IsCategoryTag()
Method Detail |
public void setPage(java.lang.String page)
page
- The page name.public java.lang.String getPage()
public int doWikiStartTag()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |