Class JiraWebResourceUrlProvider
java.lang.Object
com.atlassian.plugin.webresource.WebResourceUrlProviderImpl
com.atlassian.jira.plugin.webresource.JiraWebResourceUrlProvider
- All Implemented Interfaces:
com.atlassian.webresource.api.WebResourceUrlProvider
public class JiraWebResourceUrlProvider
extends com.atlassian.plugin.webresource.WebResourceUrlProviderImpl
The
WebResourceUrlProvider for Jira.- Since:
- v6.3
-
Constructor Summary
ConstructorsConstructorDescriptionJiraWebResourceUrlProvider(ApplicationProperties applicationProperties, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration) -
Method Summary
Modifier and TypeMethodDescriptiongetStaticResourcePrefix(com.atlassian.webresource.api.UrlMode urlMode) getStaticResourcePrefix(String resourceCounter, com.atlassian.webresource.api.UrlMode urlMode) Methods inherited from class com.atlassian.plugin.webresource.WebResourceUrlProviderImpl
getBaseUrl, getBaseUrl, getResourceUrl, getStaticPluginResourceUrl, getStaticPluginResourceUrl, getStaticResourcePrefix
-
Constructor Details
-
JiraWebResourceUrlProvider
public JiraWebResourceUrlProvider(ApplicationProperties applicationProperties, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration)
-
-
Method Details
-
getStaticResourcePrefix
public String getStaticResourcePrefix(String resourceCounter, com.atlassian.webresource.api.UrlMode urlMode) - Specified by:
getStaticResourcePrefixin interfacecom.atlassian.webresource.api.WebResourceUrlProvider- Overrides:
getStaticResourcePrefixin classcom.atlassian.plugin.webresource.WebResourceUrlProviderImpl
-
getStaticResourcePrefix
- Specified by:
getStaticResourcePrefixin interfacecom.atlassian.webresource.api.WebResourceUrlProvider- Overrides:
getStaticResourcePrefixin classcom.atlassian.plugin.webresource.WebResourceUrlProviderImpl
-