Uses of Class
org.apache.wiki.plugin.AbstractReferralPlugin
Package | Description |
---|---|
org.apache.wiki.plugin |
Provides plugins to the JSPWiki.
|
-
Uses of AbstractReferralPlugin in org.apache.wiki.plugin
Subclasses of AbstractReferralPlugin in org.apache.wiki.plugin Modifier and Type Class Description class
IndexPlugin
A Plugin that creates an index of pages according to a certain pattern.class
PageViewPlugin
This plugin counts the number of times a page has been viewed.
Parameters: count=yes|no show=none|count|list entries=maximum number of list entries to be returned min=minimum page count to be listed max=maximum page count to be listed sort=name|count Default values:
show=none sort=name
class
RecentChangesPlugin
Returns the Recent Changes in the wiki being a date-sorted list of page names.class
ReferringPagesPlugin
Displays the pages referring to the current page.class
ReferringUndefinedPagesPlugin
Lists all pages containing links to Undefined Pages (pages containing dead links).class
UndefinedPagesPlugin
Plugin that enumerates the pages in the wiki that have not yet been defined.class
UnusedPagesPlugin
Plugin for displaying pages that are not linked to in other pages.