com.atlassian.jira.plugin.webresource
Class JiraWebResourceIntegration

java.lang.Object
  extended by com.atlassian.jira.plugin.webresource.JiraWebResourceIntegration
All Implemented Interfaces:
com.atlassian.plugin.webresource.WebResourceIntegration

public class JiraWebResourceIntegration
extends Object
implements com.atlassian.plugin.webresource.WebResourceIntegration

The implementation of the WebResourceIntegration for JIRA.


Constructor Summary
JiraWebResourceIntegration(com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, VelocityRequestContextFactory requestContextFactory, BuildUtilsInfo buildUtilsInfo, JiraAuthenticationContext jiraAuthenticationContext, I18nBean.CachingFactory i18nFactory, JiraHome jiraHome, FeatureManager featureManager)
           
 
Method Summary
 String getBaseUrl()
           
 String getBaseUrl(com.atlassian.plugin.webresource.UrlMode urlMode)
           
 com.atlassian.plugin.PluginAccessor getPluginAccessor()
           
 Map<String,Object> getRequestCache()
           
 Map<String,String> getResourceSubstitutionVariables()
           
 String getStaticResourceLocale()
           
 String getSuperBatchVersion()
           
 String getSystemBuildNumber()
           
 String getSystemCounter()
           
 File getTemporaryDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraWebResourceIntegration

public JiraWebResourceIntegration(com.atlassian.plugin.PluginAccessor pluginAccessor,
                                  ApplicationProperties applicationProperties,
                                  VelocityRequestContextFactory requestContextFactory,
                                  BuildUtilsInfo buildUtilsInfo,
                                  JiraAuthenticationContext jiraAuthenticationContext,
                                  I18nBean.CachingFactory i18nFactory,
                                  JiraHome jiraHome,
                                  FeatureManager featureManager)
Method Detail

getPluginAccessor

public com.atlassian.plugin.PluginAccessor getPluginAccessor()
Specified by:
getPluginAccessor in interface com.atlassian.plugin.webresource.WebResourceIntegration

getRequestCache

public Map<String,Object> getRequestCache()
Specified by:
getRequestCache in interface com.atlassian.plugin.webresource.WebResourceIntegration

getSystemCounter

public String getSystemCounter()
Specified by:
getSystemCounter in interface com.atlassian.plugin.webresource.WebResourceIntegration

getSystemBuildNumber

public String getSystemBuildNumber()
Specified by:
getSystemBuildNumber in interface com.atlassian.plugin.webresource.WebResourceIntegration

getBaseUrl

public String getBaseUrl()
Specified by:
getBaseUrl in interface com.atlassian.plugin.webresource.WebResourceIntegration

getBaseUrl

public String getBaseUrl(com.atlassian.plugin.webresource.UrlMode urlMode)
Specified by:
getBaseUrl in interface com.atlassian.plugin.webresource.WebResourceIntegration

getSuperBatchVersion

public String getSuperBatchVersion()
Specified by:
getSuperBatchVersion in interface com.atlassian.plugin.webresource.WebResourceIntegration

getStaticResourceLocale

public String getStaticResourceLocale()
Specified by:
getStaticResourceLocale in interface com.atlassian.plugin.webresource.WebResourceIntegration

getTemporaryDirectory

@NotNull
public File getTemporaryDirectory()
Specified by:
getTemporaryDirectory in interface com.atlassian.plugin.webresource.WebResourceIntegration

getResourceSubstitutionVariables

public Map<String,String> getResourceSubstitutionVariables()
Specified by:
getResourceSubstitutionVariables in interface com.atlassian.plugin.webresource.WebResourceIntegration


Copyright © 2002-2013 Atlassian. All Rights Reserved.