com.xpn.xwiki.plugin.wikimanager
Class WikiManagerPlugin
java.lang.Object
com.xpn.xwiki.plugin.XWikiDefaultPlugin
com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin
- All Implemented Interfaces:
- XWikiPluginInterface
public class WikiManagerPlugin
- extends XWikiDefaultPlugin
Entry point of the Wiki Manager plugin.
- Version:
- $Id: efe43b8ec8d36a4972df49e72394ce4aa1659369 $
|
Field Summary |
protected static org.slf4j.Logger |
LOGGER
The logging tool. |
static String |
PLUGIN_NAME
Identifier of Wiki Manager plugin. |
| Methods inherited from class com.xpn.xwiki.plugin.XWikiDefaultPlugin |
beginParsing, beginRendering, commonTagsHandler, downloadAttachment, endParsing, endRendering, endRenderingHandler, flushCache, flushCache, getClassName, getName, insidePREHandler, outsidePREHandler, setClassName, setName, startRenderingHandler, virtualInit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLUGIN_NAME
public static final String PLUGIN_NAME
- Identifier of Wiki Manager plugin.
- See Also:
- Constant Field Values
LOGGER
protected static final org.slf4j.Logger LOGGER
- The logging tool.
WikiManagerPlugin
public WikiManagerPlugin(String name,
String className,
XWikiContext context)
- Construct the entry point of the Wiki Manager plugin.
- Parameters:
name - the identifier of the plugin.className - the class name of the entry point of the plugin.context - the XWiki context.
init
public void init(XWikiContext context)
- Specified by:
init in interface XWikiPluginInterface- Overrides:
init in class XWikiDefaultPlugin
getPluginApi
public Api getPluginApi(XWikiPluginInterface plugin,
XWikiContext context)
- Specified by:
getPluginApi in interface XWikiPluginInterface- Overrides:
getPluginApi in class XWikiDefaultPlugin
getGlobalSearchApiPlugin
public GlobalSearchPluginApi getGlobalSearchApiPlugin(XWikiContext context)
- Parameters:
context - the XWiki context.
- Returns:
- the global search plugin api.
Copyright © 2004-2013 XWiki. All Rights Reserved.