Package org.apache.wiki.plugin

Provides plugins to the JSPWiki.

Package Specification

This package contains all plugin-related classes, interfaces and helpers.

Related Documentation


Last modified: Sun Nov 14 14:12:36 EET 2004
  • Interface Summary
    Interface Description
    PluginManager  
  • Class Summary
    Class Description
    AbstractReferralPlugin
    This is a base class for all plugins using referral things.
    BugReportHandler
    Provides a handler for bug reports.
    Counter
    Provides a page-specific counter, it is reset every time a page is rendered, so it is not usable as a hitcounter.
    CurrentTimePlugin
    Just displays the current date and time.
    DefaultPluginManager
    Manages plugin classes.
    DefaultPluginManager.WikiPluginInfo
    Contains information about a bunch of plugins.
    Denounce
    Denounces a link by removing it from any search engine.
    Groups
    Prints the groups managed by this wiki, separated by commas.
    IfPlugin
    The IfPlugin allows parts of a WikiPage to be executed conditionally, and is intended as a flexible way of customizing a page depending on certain conditions.
    Image
    Provides an image plugin for better control than is possible with a simple image inclusion.
    IndexPlugin
    A Plugin that creates an index of pages according to a certain pattern.
    InsertPage
    Inserts page contents.
    ListLocksPlugin
    This is a plugin for the administrator: It allows him to see in a single glance who is editing what.
    Note
    Outputs an image with the supplied text as the title which is shown as a tooltip by most browsers.
    PageViewPlugin
    This plugin counts the number of times a page has been viewed.
    Parameters: count=yes|no show=none|count|list entries=maximum number of list entries to be returned min=minimum page count to be listed max=maximum page count to be listed sort=name|count Default values:
    show=none sort=name
    RecentChangesPlugin
    Returns the Recent Changes in the wiki being a date-sorted list of page names.
    ReferredPagesPlugin
    Displays the pages referring to the current page.
    ReferringPagesPlugin
    Displays the pages referring to the current page.
    ReferringUndefinedPagesPlugin
    Lists all pages containing links to Undefined Pages (pages containing dead links).
    SampleAjaxPlugin  
    Search
    The "Search" plugin allows you to access the JSPWiki search routines and show the displays in an array on your page.
    SessionsPlugin
    Displays information about active wiki sessions.
    TableOfContents
    Provides a table of contents.
    UndefinedPagesPlugin
    Plugin that enumerates the pages in the wiki that have not yet been defined.
    UnusedPagesPlugin
    Plugin for displaying pages that are not linked to in other pages.
    WeblogArchivePlugin
    Creates a list of all weblog entries on a monthly basis.
    WeblogEntryPlugin
    Builds a simple weblog.
    WeblogPlugin
    Builds a simple weblog.