Class IndexPlugin

  • All Implemented Interfaces:
    Plugin

    public class IndexPlugin
    extends AbstractReferralPlugin
    implements Plugin
    A Plugin that creates an index of pages according to a certain pattern.
    The default is to include all pages.

    This is a rewrite of the earlier JSPWiki IndexPlugin using JDOM2. 8

    Parameters (from AbstractReferralPlugin):

    • include - A regexp pattern for marking which pages should be included.
    • exclude - A regexp pattern for marking which pages should be excluded.
    Author:
    Ichiro Furusato