Uses of Class
org.apache.wiki.api.exceptions.PluginException
Packages that use PluginException
Package
Description
Plugin's API package of JSPWiki.
Contains classes for doing form handling within JSPWiki.
Provides plugins to the JSPWiki.
-
Uses of PluginException in org.apache.wiki.api.plugin
Methods in org.apache.wiki.api.plugin that throw PluginExceptionModifier and TypeMethodDescriptionThis is the main entry point for any plugin.default String
Deprecated.This is the main entry point for any plugin.WikiPlugin.execute
(WikiContext context, Map<String, String> params) Deprecated.void
PluginElement.executeParse
(Context context) Executes the executeParse() method.void
InitializablePlugin.initialize
(Engine engine) Called whenever the plugin is being instantiated for the first time. -
Uses of PluginException in org.apache.wiki.forms
Methods in org.apache.wiki.forms that throw PluginExceptionModifier and TypeMethodDescriptionBuilds a Form close tag.Generates a dynamic form element on the WikiPage.This is the main entry point for any plugin.Executes the FormHandler specified in a Form 'output' plugin, using entries provided in the HttpRequest as FormHandler parameters.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin. -
Uses of PluginException in org.apache.wiki.parser
Methods in org.apache.wiki.parser that throw PluginExceptionModifier and TypeMethodDescriptionvoid
PluginContent.executeParse
(Context context) Executes the executeParse() method.static PluginContent
PluginContent.parsePluginLine
(Context context, String commandline, int pos) Parses a plugin invocation and returns a DOM element. -
Uses of PluginException in org.apache.wiki.plugin
Methods in org.apache.wiki.plugin that throw PluginExceptionModifier and TypeMethodDescriptionThis is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.Parses a plugin.Executes a plugin class in the given context.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.Count a page hit, present a pages' counter or output a list of page counts.Parses a plugin.Executes a plugin class in the given context.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.This is the main entry point for any plugin.static boolean
Returns a boolean result based on processing the WikiContext and parameter Map as according to the rules stated in the IfPlugin documentation.void
AbstractReferralPlugin.initialize
(Context context, Map<String, String> params) DefaultPluginManager.newWikiPlugin
(String pluginName, ResourceBundle rb) Creates aPlugin
.PluginManager.newWikiPlugin
(String pluginName, ResourceBundle rb) Creates aPlugin
.