Uses of Package
org.apache.wiki.api.plugin
Package | Description |
---|---|
org.apache.wiki.api.plugin |
Plugin's API package of JSPWiki.
|
org.apache.wiki.forms |
Contains classes for doing form handling within JSPWiki.
|
org.apache.wiki.parser | |
org.apache.wiki.plugin |
Provides plugins to the JSPWiki.
|
-
Classes in org.apache.wiki.api.plugin used by org.apache.wiki.api.plugin Class Description Plugin Defines an interface for plugins.PluginElement Exposes the contents of a plugin in a WikiDocument DOM tree. -
Classes in org.apache.wiki.api.plugin used by org.apache.wiki.forms Class Description Plugin Defines an interface for plugins. -
Classes in org.apache.wiki.api.plugin used by org.apache.wiki.parser Class Description PluginElement Exposes the contents of a plugin in a WikiDocument DOM tree. -
Classes in org.apache.wiki.api.plugin used by org.apache.wiki.plugin Class 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.