public class ActivityBlockViewIssueContextProvider extends Object implements CacheableContextProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
DATE_TIME_FORMAT |
protected org.apache.log4j.Logger |
log |
| Constructor and Description |
|---|
ActivityBlockViewIssueContextProvider(com.atlassian.plugin.PluginAccessor pluginAccessor,
JiraAuthenticationContext authenticationContext,
VelocityRequestContextFactory requestContextFactory,
ApplicationProperties applicationProperties,
IssueTabPanelInvoker issueTabPanelInvoker,
com.atlassian.event.api.EventPublisher eventPublisher,
SoyTemplateRendererProvider soyTemplateRendererProvider,
ActionExpanderProvider actionExpanderProvider,
FieldManager fieldManager,
FeatureManager featureManager) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getContextMap(Map<String,Object> context) |
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> params) |
protected final org.apache.log4j.Logger log
public static final String DATE_TIME_FORMAT
public ActivityBlockViewIssueContextProvider(com.atlassian.plugin.PluginAccessor pluginAccessor,
JiraAuthenticationContext authenticationContext,
VelocityRequestContextFactory requestContextFactory,
ApplicationProperties applicationProperties,
IssueTabPanelInvoker issueTabPanelInvoker,
com.atlassian.event.api.EventPublisher eventPublisher,
SoyTemplateRendererProvider soyTemplateRendererProvider,
ActionExpanderProvider actionExpanderProvider,
FieldManager fieldManager,
FeatureManager featureManager)
public void init(Map<String,String> params) throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.web.ContextProvidercom.atlassian.plugin.PluginParseExceptionpublic Map<String,Object> getContextMap(Map<String,Object> context)
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-2023 Atlassian. All Rights Reserved.