Uses of Interface
org.apache.wiki.api.plugin.Plugin
Packages that use Plugin
Package
Description
Plugin's API package of JSPWiki.
Contains classes for doing form handling within JSPWiki.
Provides plugins to the JSPWiki.
-
Uses of Plugin in org.apache.wiki.api.plugin
Subinterfaces of Plugin in org.apache.wiki.api.plugin -
Uses of Plugin in org.apache.wiki.forms
Classes in org.apache.wiki.forms that implement PluginModifier and TypeClassDescriptionclassCloses a WikiForm.classclassCreates a simple input text field.classOpens a WikiForm.classclassCreates a Form select field.classFormSet is a companion WikiPlugin for Form.classCreates a Form text area element. -
Uses of Plugin in org.apache.wiki.plugin
Classes in org.apache.wiki.plugin that implement PluginModifier and TypeClassDescriptionclassThis is a base class for all plugins using referral things.classProvides a handler for bug reports.classProvides a page-specific counter, it is reset every time a page is rendered, so it is not usable as a hitcounter.classJust displays the current date and time.classDenounces a link by removing it from any search engine.classPrints the groups managed by this wiki, separated by commas.classThe 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.classProvides an image plugin for better control than is possible with a simple image inclusion.classA Plugin that creates an index of pages according to a certain pattern.classInserts page contents.classThis is a plugin for the administrator: It allows him to see in a single glance who is editing what.classOutputs an image with the supplied text as the title which is shown as a tooltip by most browsers.classThis 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=nameclassReturns the Recent Changes in the wiki being a date-sorted list of page names.classDisplays the pages referring to the current page.classDisplays the pages referring to the current page.classLists all pages containing links to Undefined Pages (pages containing dead links).classclassThe "Search" plugin allows you to access the JSPWiki search routines and show the displays in an array on your page.classDisplays information about active wiki sessions.classProvides a table of contents.classPlugin that enumerates the pages in the wiki that have not yet been defined.classPlugin for displaying pages that are not linked to in other pages.classCreates a list of all weblog entries on a monthly basis.classBuilds a simple weblog.classBuilds a simple weblog.Methods in org.apache.wiki.plugin that return PluginModifier and TypeMethodDescriptionDefaultPluginManager.WikiPluginInfo.newPluginInstance(List<String> searchPath, List<String> externalJars) Creates a new plugin instance.DefaultPluginManager.newWikiPlugin(String pluginName, ResourceBundle rb) Creates aPlugin.PluginManager.newWikiPlugin(String pluginName, ResourceBundle rb) Creates aPlugin.
Plugininstead