Uses of Class
org.apache.wiki.api.exceptions.PluginException
| 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.
|
-
Uses of PluginException in org.apache.wiki.api.plugin
Methods in org.apache.wiki.api.plugin that throw PluginException Modifier and Type Method Description StringPlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.default StringWikiPlugin. execute(Context context, Map<String,String> params)Deprecated.This is the main entry point for any plugin.StringWikiPlugin. execute(WikiContext context, Map<String,String> params)Deprecated.voidPluginElement. executeParse(Context context)Executes the executeParse() method.voidInitializablePlugin. 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 PluginException Modifier and Type Method Description StringFormClose. execute(Context ctx, Map<String,String> params)Builds a Form close tag.StringFormInput. execute(Context ctx, Map<String,String> params)Generates a dynamic form element on the WikiPage.StringFormOpen. execute(Context ctx, Map<String,String> params)This is the main entry point for any plugin.StringFormOutput. execute(Context ctx, Map<String,String> params)Executes the FormHandler specified in a Form 'output' plugin, using entries provided in the HttpRequest as FormHandler parameters.StringFormSelect. execute(Context ctx, Map<String,String> params)This is the main entry point for any plugin.StringFormSet. execute(Context ctx, Map<String,String> params)This is the main entry point for any plugin.StringFormTextarea. execute(Context ctx, Map<String,String> params)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 PluginException Modifier and Type Method Description voidPluginContent. executeParse(Context context)Executes the executeParse() method.static PluginContentPluginContent. 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 PluginException Modifier and Type Method Description StringBugReportHandler. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringCounter. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringCurrentTimePlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringDefaultPluginManager. execute(Context context, String commandline)Parses a plugin.StringDefaultPluginManager. execute(Context context, String classname, Map<String,String> params)Executes a plugin class in the given context.StringDenounce. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringGroups. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringIfPlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringImage. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringIndexPlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringInsertPage. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringListLocksPlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringNote. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringPageViewPlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringPageViewPlugin.PageViewManager. execute(Context context, Map<String,String> params)Count a page hit, present a pages' counter or output a list of page counts.StringPluginManager. execute(Context context, String commandline)Parses a plugin.StringPluginManager. execute(Context context, String classname, Map<String,String> params)Executes a plugin class in the given context.StringRecentChangesPlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringReferredPagesPlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringReferringPagesPlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringReferringUndefinedPagesPlugin. execute(Context context, Map<String,String> params)StringSampleAjaxPlugin. execute(Context context, Map<String,String> params)StringSearch. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringSessionsPlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringTableOfContents. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringUndefinedPagesPlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringUnusedPagesPlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringWeblogArchivePlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringWeblogEntryPlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.StringWeblogPlugin. execute(Context context, Map<String,String> params)This is the main entry point for any plugin.static booleanIfPlugin. ifInclude(Context context, Map<String,String> params)Returns a boolean result based on processing the WikiContext and parameter Map as according to the rules stated in the IfPlugin documentation.voidAbstractReferralPlugin. initialize(Context context, Map<String,String> params)PluginDefaultPluginManager. newWikiPlugin(String pluginName, ResourceBundle rb)Creates aPlugin.PluginPluginManager. newWikiPlugin(String pluginName, ResourceBundle rb)Creates aPlugin.