com.xpn.xwiki.plugin.globalsearch
Class GlobalSearchPlugin

java.lang.Object
  extended by com.xpn.xwiki.plugin.XWikiDefaultPlugin
      extended by com.xpn.xwiki.plugin.globalsearch.GlobalSearchPlugin
All Implemented Interfaces:
com.xpn.xwiki.plugin.XWikiPluginInterface

public class GlobalSearchPlugin
extends com.xpn.xwiki.plugin.XWikiDefaultPlugin

Entry point of the Global Search plugin.

Version:
$Id$

Field Summary
protected static org.apache.commons.logging.Log LOG
          The logging tool.
static java.lang.String PLUGIN_NAME
          Identifier of Global Search plugin.
 
Constructor Summary
GlobalSearchPlugin(java.lang.String name, java.lang.String className, XWikiContext context)
          Construct the entry point of the Global Search plugin.
 
Method Summary
 Api getPluginApi(com.xpn.xwiki.plugin.XWikiPluginInterface plugin, XWikiContext context)
          
 
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
 

Field Detail

PLUGIN_NAME

public static final java.lang.String PLUGIN_NAME
Identifier of Global Search plugin.

See Also:
Constant Field Values

LOG

protected static final org.apache.commons.logging.Log LOG
The logging tool.

Constructor Detail

GlobalSearchPlugin

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

getPluginApi

public Api getPluginApi(com.xpn.xwiki.plugin.XWikiPluginInterface plugin,
                        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)


Copyright © 2004-2011 XWiki. All Rights Reserved.