de.tuberlin.cs.flp.jspwiki.tags
<wiki:CategoryIterator [id='...'] [page='...']>
...
</wiki:CategoryIterator>
Iterates over all categories in which the page set by parameter 'page' (or the current page if 'page' is ommitted) is member. The Java variable in which the category name appears can be set by parameter id.
|
|||
public static
String
|
DEFAULT_ID |
||
protected
String
|
m_pageName The name of the page which is tested whether it refers to the current page.
|
|
|||
public final
int
|
doAfterBody()
|
||
public
int
|
doStartTag()
|
||
public
String
|
getPage()
Returns the page name.
|
||
public
void
|
setPage(String page)
Sets the page name.
|
Tagged Values | |
static
|
false
|
documentation#author
|
Jens Gulden
|
|
public static final
String DEFAULT_ID
protected
String m_pageName
|
public final
int doAfterBody()
public
int doStartTag()
public
String
getPage()
public
void setPage(String page)
page
- The page name.