com.xpn.xwiki.plugin.wikimanager
Class WikiManagerPlugin
java.lang.Object
com.xpn.xwiki.plugin.XWikiDefaultPlugin
com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin
- All Implemented Interfaces:
- com.xpn.xwiki.plugin.XWikiPluginInterface
public class WikiManagerPlugin
- extends com.xpn.xwiki.plugin.XWikiDefaultPlugin
Entry point of the Wiki Manager plugin.
- Version:
- $Id: WikiManagerPlugin.java 24078 2009-09-27 02:37:41Z sdumitriu $
|
Field Summary |
protected static org.apache.commons.logging.Log |
LOG
The logging tool. |
static java.lang.String |
PLUGIN_NAME
Identifier of Wiki Manager plugin. |
|
Constructor Summary |
WikiManagerPlugin(java.lang.String name,
java.lang.String className,
com.xpn.xwiki.XWikiContext context)
Construct the entry point of the 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 java.lang.String PLUGIN_NAME
- Identifier of Wiki Manager plugin.
- See Also:
- Constant Field Values
LOG
protected static final org.apache.commons.logging.Log LOG
- The logging tool.
WikiManagerPlugin
public WikiManagerPlugin(java.lang.String name,
java.lang.String className,
com.xpn.xwiki.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(com.xpn.xwiki.XWikiContext context)
-
- Specified by:
init in interface com.xpn.xwiki.plugin.XWikiPluginInterface- Overrides:
init in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
- See Also:
XWikiDefaultPlugin.init(com.xpn.xwiki.XWikiContext)
getPluginApi
public com.xpn.xwiki.api.Api getPluginApi(com.xpn.xwiki.plugin.XWikiPluginInterface plugin,
com.xpn.xwiki.XWikiContext context)
-
- Specified by:
getPluginApi in interface com.xpn.xwiki.plugin.XWikiPluginInterface- Overrides:
getPluginApi in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
- See Also:
XWikiDefaultPlugin.getPluginApi(com.xpn.xwiki.plugin.XWikiPluginInterface,
com.xpn.xwiki.XWikiContext)
getGlobalSearchApiPlugin
public GlobalSearchPluginApi getGlobalSearchApiPlugin(com.xpn.xwiki.XWikiContext context)
- Parameters:
context - the XWiki context.
- Returns:
- the global search plugin api.
Copyright © 2004-2010 XWiki. All Rights Reserved.