public class ComponentsContextProvider extends Object implements CacheableContextProvider
| Constructor and Description |
|---|
ComponentsContextProvider(ContextProviderUtils utils,
UserManager userManager,
UserPickerSearchService userPickerSearchService,
JiraAuthenticationContext jiraAuthenticationContext) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getContextMap(Map<String,Object> params) |
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> stringStringMap) |
public ComponentsContextProvider(ContextProviderUtils utils, UserManager userManager, UserPickerSearchService userPickerSearchService, JiraAuthenticationContext jiraAuthenticationContext)
public void init(Map<String,String> stringStringMap) throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.web.ContextProvidercom.atlassian.plugin.PluginParseExceptionpublic Map<String,Object> getContextMap(Map<String,Object> params)
getContextMap in interface com.atlassian.plugin.web.ContextProviderpublic String getUniqueContextKey(Map<String,Object> context)
CacheableContextProvidergetUniqueContextKey in interface CacheableContextProvidercontext - the context passed into the getContextMap method.Copyright © 2002-2016 Atlassian. All Rights Reserved.