|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WikiPlugin | |
---|---|
org.apache.wiki.api.engine | JSPWiki's WikiEngine Managers package. |
org.apache.wiki.forms | Contains classes for doing form handling within JSPWiki. |
org.apache.wiki.plugin | Provides plugins to the JSPWiki. |
Uses of WikiPlugin in org.apache.wiki.api.engine |
---|
Methods in org.apache.wiki.api.engine that return WikiPlugin | |
---|---|
WikiPlugin |
PluginManager.newWikiPlugin(String pluginName,
ResourceBundle rb)
Creates a WikiPlugin . |
Uses of WikiPlugin in org.apache.wiki.forms |
---|
Classes in org.apache.wiki.forms that implement WikiPlugin | |
---|---|
class |
FormClose
Closes a WikiForm. |
class |
FormElement
|
class |
FormInput
Creates a simple input text field. |
class |
FormOpen
Opens a WikiForm. |
class |
FormOutput
|
class |
FormSelect
Creates a Form select field. |
class |
FormSet
FormSet is a companion WikiPlugin for Form. |
class |
FormTextarea
Creates a Form text area element. |
Uses of WikiPlugin in org.apache.wiki.plugin |
---|
Classes in org.apache.wiki.plugin that implement WikiPlugin | |
---|---|
class |
AbstractReferralPlugin
This is a base class for all plugins using referral things. |
class |
BugReportHandler
Provides a handler for bug reports. |
class |
Counter
Provides a page-specific counter, it is reset every time a page is rendered, so it is not usable as a hitcounter. |
class |
CurrentTimePlugin
Just displays the current date and time. |
class |
Denounce
Denounces a link by removing it from any search engine. |
class |
Groups
Prints the groups managed by this wiki, separated by commas. |
class |
IfPlugin
The 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. |
class |
Image
Provides an image plugin for better control than is possible with a simple image inclusion. |
class |
IndexPlugin
A WikiPlugin that creates an index of pages according to a certain pattern. |
class |
InsertPage
Inserts page contents. |
class |
ListLocksPlugin
This is a plugin for the administrator: It allows him to see in a single glance who is editing what. |
class |
Note
Outputs an image with the supplied text as the title which is shown as a tooltip by most browsers. |
class |
PageViewPlugin
This plugin counts the number of times a page has been viewed. |
class |
RecentChangesPlugin
Returns the Recent Changes in the wiki being a date-sorted list of page names. |
class |
ReferredPagesPlugin
Displays the pages referring to the current page. |
class |
ReferringPagesPlugin
Displays the pages referring to the current page. |
class |
ReferringUndefinedPagesPlugin
Lists all pages containing links to Undefined Pages (pages containing dead links). |
class |
RPCSamplePlugin
Simple plugin which shows how to add JSON calls to your plugin. |
class |
Search
The "Search" plugin allows you to access the JSPWiki search routines and show the displays in an array on your page. |
class |
SessionsPlugin
Displays information about active wiki sessions. |
class |
TableOfContents
Provides a table of contents. |
class |
UndefinedPagesPlugin
Plugin that enumerates the pages in the wiki that have not yet been defined. |
class |
UnusedPagesPlugin
Plugin for displaying pages that are not linked to in other pages. |
class |
WeblogArchivePlugin
Creates a list of all weblog entries on a monthly basis. |
class |
WeblogEntryPlugin
Builds a simple weblog. |
class |
WeblogPlugin
Builds a simple weblog. |
Methods in org.apache.wiki.plugin that return WikiPlugin | |
---|---|
WikiPlugin |
DefaultPluginManager.WikiPluginInfo.newPluginInstance(List<String> searchPath,
List<String> externalJars)
Creates a new plugin instance. |
WikiPlugin |
DefaultPluginManager.newWikiPlugin(String pluginName,
ResourceBundle rb)
Creates a WikiPlugin . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |