com.xpn.xwiki.plugin.wikimanager
Class WikiManagerPlugin

java.lang.Object
  extended by com.xpn.xwiki.plugin.XWikiDefaultPlugin
      extended by 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$

Field Summary
protected static org.slf4j.Logger LOGGER
          The logging tool.
static String PLUGIN_NAME
          Identifier of Wiki Manager plugin.
 
Constructor Summary
WikiManagerPlugin(String name, String className, com.xpn.xwiki.XWikiContext context)
          Construct the entry point of the Wiki Manager plugin.
 
Method Summary
 GlobalSearchPluginApi getGlobalSearchApiPlugin(com.xpn.xwiki.XWikiContext context)
           
 Api getPluginApi(com.xpn.xwiki.plugin.XWikiPluginInterface plugin, com.xpn.xwiki.XWikiContext context)
           
 void init(com.xpn.xwiki.XWikiContext context)
           
 
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
 

Field Detail

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.

Constructor Detail

WikiManagerPlugin

public WikiManagerPlugin(String name,
                         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.
Method Detail

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

getPluginApi

public 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

getGlobalSearchApiPlugin

public GlobalSearchPluginApi getGlobalSearchApiPlugin(com.xpn.xwiki.XWikiContext context)
Parameters:
context - the XWiki context.
Returns:
the global search plugin api.


Copyright © 2004-2012 XWiki. All Rights Reserved.