Class AbstractReferralPlugin

java.lang.Object
org.apache.wiki.plugin.AbstractReferralPlugin
All Implemented Interfaces:
Plugin
Direct Known Subclasses:
IndexPlugin, PageViewPlugin, RecentChangesPlugin, ReferringPagesPlugin, ReferringUndefinedPagesPlugin, UndefinedPagesPlugin, UnusedPagesPlugin

public abstract class AbstractReferralPlugin
extends Object
implements Plugin
This is a base class for all plugins using referral things.

Parameters (also valid for all subclasses of this class) :

  • maxwidth - maximum width of generated links
  • separator - separator between generated links (wikitext)
  • after - output after the link
  • before - output before the link
  • exclude - a regular expression of pages to exclude from the list.
  • include - a regular expression of pages to include in the list.
  • show - value is either "pages" (default) or "count". When "count" is specified, shows only the count of pages which match. (since 2.8)
  • showLastModified - When show=count, shows also the last modified date. (since 2.8)
  • sortOrder - specifies the sort order for the resulting list. Options are 'human', 'java', 'locale' or a RuleBasedCollator rule string. (since 2.8.3)