Package com.ecyrd.jspwiki.plugin

Provides plugins to the JSPWiki.

See:
          Description

Interface Summary
InitializablePlugin If a plugin defines this interface, it is called during JSPWiki initialization, if it occurs on a page.
WikiPlugin Defines an interface for plugins.
 

Class Summary
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.
CurrentTimePlugin Just displays the current date and time.
Denounce Denounces a link by removing it from any search engine.
Image Provides an image plugin for better control than is possible with a simple image inclusion.
IndexPlugin Builds an index of all pages.
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.
PluginManager Manages plugin classes.
PluginManager.WikiPluginInfo Contains information about a bunch of plugins.
RecentChangesPlugin Returns the Recent Changes.
ReferredPagesPlugin  
ReferringPagesPlugin Displays the pages referring to the current page.
Search  
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.
VotePlugin Implements a simple voting system.
WeblogArchivePlugin Creates a list of all weblog entries on a monthly basis.
WeblogEntryPlugin Builds a simple weblog.
WeblogPlugin Builds a simple weblog.
 

Exception Summary
PluginException  
 

Package com.ecyrd.jspwiki.plugin Description

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