Uses of Interface
com.ecyrd.jspwiki.plugin.WikiPlugin

Packages that use WikiPlugin
com.ecyrd.jspwiki.forms Contains classes for doing form handling within JSPWiki. 
com.ecyrd.jspwiki.plugin Provides plugins to the JSPWiki. 
 

Uses of WikiPlugin in com.ecyrd.jspwiki.forms
 

Classes in com.ecyrd.jspwiki.forms that implement WikiPlugin
 class FormClose
          Closes a WikiForm.
 class FormElement
           
 class FormInput
          Creates a simple input text field.
 class FormOpen
          Opens a WikiForm.
 class FormOutput
           
 class FormSelect
           
 class FormSet
          FormSet is a companion WikiPlugin for Form.
 class FormTextarea
           
 

Uses of WikiPlugin in com.ecyrd.jspwiki.plugin
 

Classes in com.ecyrd.jspwiki.plugin that implement WikiPlugin
 class AbstractReferralPlugin
          This is a base class for all plugins using referral things.
 class BugReportHandler
          Provides a handler for bug reports.
 class Counter
          Provides a page-specific counter.
 class CurrentTimePlugin
          Just displays the current date and time.
 class Denounce
          Denounces a link by removing it from any search engine.
 class Image
          Provides an image plugin for better control than is possible with a simple image inclusion.
 class IndexPlugin
          Builds an index of all pages.
 class InsertPage
          Inserts page contents.
 class ListLocksPlugin
          This is a plugin for the administrator: It allows him to see in a single glance who is editing what.
 class RecentChangesPlugin
          Returns the Recent Changes.
 class ReferredPagesPlugin
           
 class ReferringPagesPlugin
          Displays the pages referring to the current page.
 class Search
           
 class SessionsPlugin
          Displays information about active wiki sessions.
 class TableOfContents
          Provides a table of contents.
 class UndefinedPagesPlugin
          Plugin that enumerates the pages in the wiki that have not yet been defined.
 class UnusedPagesPlugin
          Plugin for displaying pages that are not linked to in other pages.
 class VotePlugin
          Implements a simple voting system.
 class WeblogArchivePlugin
          Creates a list of all weblog entries on a monthly basis.
 class WeblogEntryPlugin
          Builds a simple weblog.
 class WeblogPlugin
          Builds a simple weblog.
 

Methods in com.ecyrd.jspwiki.plugin that return WikiPlugin
 WikiPlugin PluginManager.WikiPluginInfo.newPluginInstance()