Class TableOfContents

java.lang.Object
org.apache.wiki.plugin.TableOfContents
All Implemented Interfaces:
org.apache.wiki.api.plugin.Plugin, HeadingListener

public class TableOfContents extends Object implements org.apache.wiki.api.plugin.Plugin, HeadingListener
Provides a table of contents.

Parameters :

  • title - The title of the table of contents.
  • numbered - if true, generates automatically numbers for the headings.
  • start - If using a numbered list, sets the start number.
  • prefix - If using a numbered list, sets the prefix used for the list.
Since:
2.2
  • Field Details

  • Constructor Details

  • Method Details

    • getDisplayName

      public String getDisplayName(Locale locale)
      Specified by:
      getDisplayName in interface org.apache.wiki.api.plugin.Plugin
    • getSnipExample

      Specified by:
      getSnipExample in interface org.apache.wiki.api.plugin.Plugin
    • headingAdded

      public void headingAdded(org.apache.wiki.api.core.Context context, Heading hd)
      Is called whenever a heading is encountered in the stream.
      Specified by:
      headingAdded in interface HeadingListener
      Parameters:
      context - The WikiContext
      hd - The heading which was just encountered.
    • execute

      public String execute(org.apache.wiki.api.core.Context context, Map<String,String> params) throws org.apache.wiki.api.exceptions.PluginException
      Specified by:
      execute in interface org.apache.wiki.api.plugin.Plugin
      Throws:
      org.apache.wiki.api.exceptions.PluginException