public class SettingsSummaryPanelContextProvider extends Object implements CacheableContextProvider
Constructor and Description |
---|
SettingsSummaryPanelContextProvider(ProjectOperationManager projectOperationManager,
ContextProviderUtils utils,
JiraAuthenticationContext context,
com.atlassian.applinks.api.ApplicationLinkService applicationLinkService,
com.atlassian.applinks.host.spi.InternalHostApplication hostApplication) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getContextMap(Map<String,Object> passedContext) |
String |
getUniqueContextKey(Map<String,Object> context)
Return a key that is unique for the scope that this context should be scoped.
|
void |
init(Map<String,String> configParams) |
public SettingsSummaryPanelContextProvider(ProjectOperationManager projectOperationManager, ContextProviderUtils utils, JiraAuthenticationContext context, com.atlassian.applinks.api.ApplicationLinkService applicationLinkService, com.atlassian.applinks.host.spi.InternalHostApplication hostApplication)
public void init(Map<String,String> configParams) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.web.ContextProvider
com.atlassian.plugin.PluginParseException
public Map<String,Object> getContextMap(Map<String,Object> passedContext)
getContextMap
in interface com.atlassian.plugin.web.ContextProvider
public String getUniqueContextKey(Map<String,Object> context)
CacheableContextProvider
getUniqueContextKey
in interface CacheableContextProvider
context
- the context passed into the getContextMap method.Copyright © 2002-2017 Atlassian. All Rights Reserved.