Uses of Interface
org.apache.wiki.api.plugin.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.plugin |
Provides plugins to the JSPWiki.
|
-
Uses of Plugin in org.apache.wiki.api.plugin
Subinterfaces of Plugin in org.apache.wiki.api.plugin Modifier and Type Interface Description interfaceWikiPluginDeprecated. -
Uses of Plugin in org.apache.wiki.forms
Classes in org.apache.wiki.forms that implement Plugin Modifier and Type Class Description classFormCloseCloses a WikiForm.classFormElementclassFormInputCreates a simple input text field.classFormOpenOpens a WikiForm.classFormOutputclassFormSelectCreates a Form select field.classFormSetFormSet is a companion WikiPlugin for Form.classFormTextareaCreates a Form text area element. -
Uses of Plugin in org.apache.wiki.plugin
Classes in org.apache.wiki.plugin that implement Plugin Modifier and Type Class Description classAbstractReferralPluginThis is a base class for all plugins using referral things.classBugReportHandlerProvides a handler for bug reports.classCounterProvides a page-specific counter, it is reset every time a page is rendered, so it is not usable as a hitcounter.classCurrentTimePluginJust displays the current date and time.classDenounceDenounces a link by removing it from any search engine.classGroupsPrints the groups managed by this wiki, separated by commas.classIfPluginThe IfPlugin allows parts of a WikiPage to be executed conditionally, and is intended as a flexible way of customizing a page depending on certain conditions.classImageProvides an image plugin for better control than is possible with a simple image inclusion.classIndexPluginA Plugin that creates an index of pages according to a certain pattern.classInsertPageInserts page contents.classListLocksPluginThis is a plugin for the administrator: It allows him to see in a single glance who is editing what.classNoteOutputs an image with the supplied text as the title which is shown as a tooltip by most browsers.classPageViewPluginThis plugin counts the number of times a page has been viewed.
Parameters: count=yes|no show=none|count|list entries=maximum number of list entries to be returned min=minimum page count to be listed max=maximum page count to be listed sort=name|count Default values:
show=none sort=nameclassRecentChangesPluginReturns the Recent Changes in the wiki being a date-sorted list of page names.classReferredPagesPluginDisplays the pages referring to the current page.classReferringPagesPluginDisplays the pages referring to the current page.classReferringUndefinedPagesPluginLists all pages containing links to Undefined Pages (pages containing dead links).classSampleAjaxPluginclassSearchThe "Search" plugin allows you to access the JSPWiki search routines and show the displays in an array on your page.classSessionsPluginDisplays information about active wiki sessions.classTableOfContentsProvides a table of contents.classUndefinedPagesPluginPlugin that enumerates the pages in the wiki that have not yet been defined.classUnusedPagesPluginPlugin for displaying pages that are not linked to in other pages.classWeblogArchivePluginCreates a list of all weblog entries on a monthly basis.classWeblogEntryPluginBuilds a simple weblog.classWeblogPluginBuilds a simple weblog.Methods in org.apache.wiki.plugin that return Plugin Modifier and Type Method Description PluginDefaultPluginManager.WikiPluginInfo. newPluginInstance(java.util.List<java.lang.String> searchPath, java.util.List<java.lang.String> externalJars)Creates a new plugin instance.PluginDefaultPluginManager. newWikiPlugin(java.lang.String pluginName, java.util.ResourceBundle rb)Creates aPlugin.PluginPluginManager. newWikiPlugin(java.lang.String pluginName, java.util.ResourceBundle rb)Creates aPlugin.
Plugininstead