Class ReferredPagesPlugin

java.lang.Object
org.apache.wiki.plugin.ReferredPagesPlugin
All Implemented Interfaces:
Plugin

public class ReferredPagesPlugin extends Object implements Plugin
Displays the pages referring to the current page.

Parameters

  • name - Name of the root page. Default name of calling page
  • type - local|externalattachment
  • depth - How many levels of pages to be parsed.
  • include - Include only these pages. (eg. include='UC.*|BP.*' )
  • exclude - Exclude with this pattern. (eg. exclude='LeftMenu' )
  • format - full|compact, FULL now expands all levels correctly