com.xpn.xwiki.plugin.globalsearch
Class GlobalSearchPlugin
java.lang.Object
com.xpn.xwiki.plugin.XWikiDefaultPlugin
com.xpn.xwiki.plugin.globalsearch.GlobalSearchPlugin
- All Implemented Interfaces:
- XWikiPluginInterface
public class GlobalSearchPlugin
- extends XWikiDefaultPlugin
Entry point of the Global Search plugin.
- Version:
- $Id: fa4a90f9863d8240da436f852ebc28b8d30d1c4b $
|
Field Summary |
protected static org.slf4j.Logger |
LOGGER
The logging tool. |
static String |
PLUGIN_NAME
Identifier of Global Search plugin. |
| Methods inherited from class com.xpn.xwiki.plugin.XWikiDefaultPlugin |
beginParsing, beginRendering, commonTagsHandler, downloadAttachment, endParsing, endRendering, endRenderingHandler, flushCache, flushCache, getClassName, getName, init, 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 Global Search plugin.
- See Also:
- Constant Field Values
LOGGER
protected static final org.slf4j.Logger LOGGER
- The logging tool.
GlobalSearchPlugin
public GlobalSearchPlugin(String name,
String className,
XWikiContext context)
- Construct the entry point of the Global Search plugin.
- Parameters:
name - the identifier of the plugin.className - the class name of the entry point of the plugin.context - the XWiki context.
getPluginApi
public Api getPluginApi(XWikiPluginInterface plugin,
XWikiContext context)
- Specified by:
getPluginApi in interface XWikiPluginInterface- Overrides:
getPluginApi in class XWikiDefaultPlugin
Copyright © 2004-2013 XWiki. All Rights Reserved.