Package org.apache.wiki.api.plugin
Plugin's API package of JSPWiki.
This package holds JSPWiki's Plugin API.
Package Specification
Related Documentation
-
Interface Summary Interface Description 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.Plugin Defines an interface for plugins.PluginElement Exposes the contents of a plugin in a WikiDocument DOM tree.WikiPlugin Deprecated. usePlugin
instead