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 classIndexPluginA Plugin that creates an index of pages according to a certain pattern.classPageViewPluginThis 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=nameclassRecentChangesPluginReturns the Recent Changes in the wiki being a date-sorted list of page names.classReferringPagesPluginDisplays the pages referring to the current page.classReferringUndefinedPagesPluginLists all pages containing links to Undefined Pages (pages containing dead links).classUndefinedPagesPluginPlugin that enumerates the pages in the wiki that have not yet been defined.classUnusedPagesPluginPlugin for displaying pages that are not linked to in other pages.