com.atlassian.jira.admin.contextproviders
Class OptionPanelContextProvider

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

public class OptionPanelContextProvider
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, linkManager, requestContextFactory
 
Constructor Summary
OptionPanelContextProvider(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, getJiraHelper, 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

OptionPanelContextProvider

public OptionPanelContextProvider(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-2013 Atlassian. All Rights Reserved.