com.atlassian.jira.admin.contextproviders
Class PluginPanelContextProvider

java.lang.Object
  extended by com.atlassian.jira.admin.contextproviders.AdminSummaryPanelContextProvider
      extended by com.atlassian.jira.admin.contextproviders.PluginPanelContextProvider
All Implemented Interfaces:
com.atlassian.plugin.web.ContextProvider

public class PluginPanelContextProvider
extends AdminSummaryPanelContextProvider
implements com.atlassian.plugin.web.ContextProvider

Provides the Project Panel on the Admin Summary Screen

Since:
v4.4

Field Summary
 
Fields inherited from class com.atlassian.jira.admin.contextproviders.AdminSummaryPanelContextProvider
authenticationContext, BASE_URL_KEY, jiraHelper, linkManager, requestContextFactory
 
Constructor Summary
PluginPanelContextProvider(JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory requestContextFactory, SimpleLinkManager linkManager)
           
 
Method Summary
 Map<String,Object> getContextMap(Map<String,Object> context)
           
 
Methods inherited from class com.atlassian.jira.admin.contextproviders.AdminSummaryPanelContextProvider
getBaseUrl, getContextMap, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.plugin.web.ContextProvider
init
 

Constructor Detail

PluginPanelContextProvider

public PluginPanelContextProvider(JiraAuthenticationContext authenticationContext,
                                  VelocityRequestContextFactory requestContextFactory,
                                  SimpleLinkManager linkManager)
Method Detail

getContextMap

public Map<String,Object> getContextMap(Map<String,Object> context)
Specified by:
getContextMap in interface com.atlassian.plugin.web.ContextProvider


Copyright © 2002-2012 Atlassian. All Rights Reserved.