com.atlassian.jira.plugin.webresource
Class JiraWebResourceUrlProvider

java.lang.Object
  extended by com.atlassian.plugin.webresource.WebResourceUrlProviderImpl
      extended by com.atlassian.jira.plugin.webresource.JiraWebResourceUrlProvider
All Implemented Interfaces:
com.atlassian.plugin.webresource.WebResourceUrlProvider

public class JiraWebResourceUrlProvider
extends com.atlassian.plugin.webresource.WebResourceUrlProviderImpl

A simple subclass of WebResourceManagerImpl that allows us to override some of its behaviour

Since:
v6.3

Constructor Summary
JiraWebResourceUrlProvider(ApplicationProperties appProps, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration)
           
 
Method Summary
 String getStaticResourcePrefix(String resourceCounter, com.atlassian.plugin.webresource.UrlMode urlMode)
           
 String getStaticResourcePrefix(com.atlassian.plugin.webresource.UrlMode urlMode)
           
 
Methods inherited from class com.atlassian.plugin.webresource.WebResourceUrlProviderImpl
getBaseUrl, getBaseUrl, getResourceUrl, getStaticPluginResourceUrl, getStaticPluginResourceUrl, getStaticResourcePrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraWebResourceUrlProvider

public JiraWebResourceUrlProvider(ApplicationProperties appProps,
                                  com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration)
Method Detail

getStaticResourcePrefix

public String getStaticResourcePrefix(String resourceCounter,
                                      com.atlassian.plugin.webresource.UrlMode urlMode)
Specified by:
getStaticResourcePrefix in interface com.atlassian.plugin.webresource.WebResourceUrlProvider
Overrides:
getStaticResourcePrefix in class com.atlassian.plugin.webresource.WebResourceUrlProviderImpl

getStaticResourcePrefix

public String getStaticResourcePrefix(com.atlassian.plugin.webresource.UrlMode urlMode)
Specified by:
getStaticResourcePrefix in interface com.atlassian.plugin.webresource.WebResourceUrlProvider
Overrides:
getStaticResourcePrefix in class com.atlassian.plugin.webresource.WebResourceUrlProviderImpl


Copyright © 2002-2014 Atlassian. All Rights Reserved.