Uses of Package
com.ecyrd.jspwiki.plugin

Packages that use com.ecyrd.jspwiki.plugin
com.ecyrd.jspwiki The chief package of JSPWiki. 
com.ecyrd.jspwiki.forms Contains classes for doing form handling within JSPWiki. 
com.ecyrd.jspwiki.parser   
com.ecyrd.jspwiki.plugin Provides plugins to the JSPWiki. 
 

Classes in com.ecyrd.jspwiki.plugin used by com.ecyrd.jspwiki
PluginManager
          Manages plugin classes.
 

Classes in com.ecyrd.jspwiki.plugin used by com.ecyrd.jspwiki.forms
PluginException
          Provides a generic PluginException.
WikiPlugin
          Defines an interface for plugins.
 

Classes in com.ecyrd.jspwiki.plugin used by com.ecyrd.jspwiki.parser
PluginException
          Provides a generic PluginException.
 

Classes in com.ecyrd.jspwiki.plugin used by com.ecyrd.jspwiki.plugin
AbstractReferralPlugin
          This is a base class for all plugins using referral things.
InitializablePlugin
          If a plugin defines this interface, it is called exactly once prior to the actual execute() routine.
ParserStagePlugin
          Implements a Plugin interface for the parser stage.
PluginException
          Provides a generic PluginException.
PluginManager.WikiPluginInfo
          Contains information about a bunch of plugins.
WikiPlugin
          Defines an interface for plugins.