de.tuberlin.cs.flp.jspwiki.plugin
Lists all pages that are associated with the current page as their Category. The output format can be configured in several ways according to the parameters. Special (unlike ReferringPagesPlugin): Only those pages are considered members of the category which contain a link where the category name is seperated from the prefix "Category" WITH A BLANK. This way it becomes possible to link to the category page without declaring the referring page a member of the category, by NOT using a blank between "Category" and the category name. Examples: using "[Category Glossary]" DOES mark a page as a member of the category, using [CategoryGlossary] simply is a link to the category page without declaring the page in which it appears as a member of the category. Note that "Category" is not necessarily word that marks a page a category page, simply the first uppercase part of the page's name is used.
|
|||
public static
int
|
DEFAULT_GALLERY_COLUMNS |
||
public static
int
|
DEFAULT_PAGE |
||
public static
int
|
DEFAULT_PAGESIZE |
||
public static
String
|
DEFAULT_THUMBNAIL_SIZE |
||
public static
int
|
FORMAT_GALLERY |
||
public static
int
|
FORMAT_LIST |
||
public static
int
|
HEADLINES_ALPHABETIC |
||
public static
int
|
HEADLINES_NONE |
||
public static
String
|
HTTP_PARAM_PAGE |
||
public static
String
|
PARAM_ATTACHMENTS |
||
public static
String
|
PARAM_FORMAT |
||
public static
String
|
PARAM_GALLERY_COLUMNS |
||
public static
String
|
PARAM_HEADLINES |
||
public static
String
|
PARAM_PAGE |
||
public static
String
|
PARAM_PAGESIZE |
||
public static
String
|
PARAM_SORT |
||
public static
String
|
PARAM_THUMBNAILS |
||
public static
String
|
PARAM_THUMBNAIL_SIZE |
||
public static
int
|
SORT_ALPHABETIC |
||
public static
int
|
SORT_NONE |
||
public static
String
|
VALUE_FORMAT_GALLERY |
||
public static
String
|
VALUE_HEADLINES_ALPHABETIC |
||
public static
String
|
VALUE_SORT_ALPHABETIC |
|
|||
public static
String
|
categoryPageLink(String category)
|
||
protected
String
|
deriveFullTitle(String name, WikiPage wikipage, WikiEngine engine)
|
||
public
String
|
execute(WikiContext context, Map params)
Executes the plugin.
|
||
protected static
String
|
heading(String s)
Formats a string as HTML-heading.
|
Tagged Values | |
static
|
false
|
documentation#author
|
Jens Gulden
|
|
public static final
int DEFAULT_GALLERY_COLUMNS
public static final
int DEFAULT_PAGE
public static final
int DEFAULT_PAGESIZE
public static final
String DEFAULT_THUMBNAIL_SIZE
public static final
int FORMAT_GALLERY
public static final
int FORMAT_LIST
public static final
int HEADLINES_ALPHABETIC
public static final
int HEADLINES_NONE
public static final
String HTTP_PARAM_PAGE
public static final
String PARAM_ATTACHMENTS
public static final
String PARAM_FORMAT
public static final
String PARAM_GALLERY_COLUMNS
public static final
String PARAM_HEADLINES
public static final
String PARAM_PAGE
public static final
String PARAM_PAGESIZE
public static final
String PARAM_SORT
public static final
String PARAM_THUMBNAILS
public static final
String PARAM_THUMBNAIL_SIZE
public static final
int SORT_ALPHABETIC
public static final
int SORT_NONE
public static final
String VALUE_FORMAT_GALLERY
public static final
String VALUE_HEADLINES_ALPHABETIC
public static final
String VALUE_SORT_ALPHABETIC
|
category
-
protected
String
deriveFullTitle(String name, WikiPage wikipage, WikiEngine engine)
name
-
wikipage
-
engine
-
public
String
execute(WikiContext context, Map params)
Method Tagged Values | |
documentation#throws
|
PluginException if an error occurs
|
context
- The WikiContext.
params
- Parameters specified at plugin inclusion.
protected static
String
heading(String s)
s
- The string to be formatted.