com.xpn.xwiki.plugin.applicationmanager
Class ApplicationManagerPlugin

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

public class ApplicationManagerPlugin
extends XWikiDefaultPlugin

Entry point of the Application Manager plugin.

Version:
$Id: fa5c436946d40c26859f8e0a49b54147d472573d $

Field Summary
protected static org.slf4j.Logger LOGGER
          The logging tool.
static String PLUGIN_NAME
          Identifier of Application Manager plugin.
 
Constructor Summary
ApplicationManagerPlugin(String name, String className, XWikiContext context)
          Construction the entry point of the Application Manager plugin.
 
Method Summary
 String getName()
           
 Api getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
           
 void init(XWikiContext context)
           
 
Methods inherited from class com.xpn.xwiki.plugin.XWikiDefaultPlugin
beginParsing, beginRendering, commonTagsHandler, downloadAttachment, endParsing, endRendering, endRenderingHandler, flushCache, flushCache, getClassName, 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 Application Manager plugin.

See Also:
Constant Field Values

LOGGER

protected static final org.slf4j.Logger LOGGER
The logging tool.

Constructor Detail

ApplicationManagerPlugin

public ApplicationManagerPlugin(String name,
                                String className,
                                XWikiContext context)
Construction the entry point of the Application 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(XWikiContext context)
Specified by:
init in interface XWikiPluginInterface
Overrides:
init in class XWikiDefaultPlugin

getName

public String getName()
Specified by:
getName in interface XWikiPluginInterface
Overrides:
getName in class XWikiDefaultPlugin

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.