AbstractReferralPlugin

This is a base class for all JSPWikiPlugins that refer to things. As such it is not capable of being invoked directly, but all plugins that extend this plugin inherit its parameters and their functionality.

The direct known subclasses include IndexPlugin, PageViewPlugin, ReferringPagesPlugin, UndefinedPagesPlugin, and UnusedPagesPlugin.

Parameters#

All parameters are optional:

Pattern Syntax#

For include and exclude you can list page names (separated by commas or whitespace) and/or supply a pattern (using a regular expression syntax) in the exclude parameter to filter out the pages you don't want, or in the include parameter to include those you do. Absent either the entire wiki is queried.

Example#

There are no examples of this abstract plugin since it cannot be invoked directly!


See: JSPWikiCorePlugin


Category.Plugins