Package org.apache.wiki.api.plugin
Interface WikiPlugin
- All Superinterfaces:
org.apache.wiki.api.plugin.Plugin
Deprecated.
Defines an interface for plugins. Any instance of a wiki plugin should implement this interface.
- See Also:
-
Plugin
-
Field Summary
Fields inherited from interface org.apache.wiki.api.plugin.Plugin
CORE_PLUGINS_RESOURCEBUNDLE -
Method Summary
Methods inherited from interface org.apache.wiki.api.plugin.Plugin
getDisplayName, getSnipExample
-
Method Details
-
execute
default String execute(org.apache.wiki.api.core.Context context, Map<String, String> params) throws org.apache.wiki.api.exceptions.PluginExceptionDeprecated.- Specified by:
executein interfaceorg.apache.wiki.api.plugin.Plugin- Throws:
org.apache.wiki.api.exceptions.PluginException
-
execute
String execute(org.apache.wiki.WikiContext context, Map<String, String> params) throws org.apache.wiki.api.exceptions.PluginExceptionDeprecated.- Throws:
org.apache.wiki.api.exceptions.PluginException
-
Plugininstead