Class JiraPluginResourceLocatorImpl

java.lang.Object
com.atlassian.jira.plugin.webresource.JiraPluginResourceLocatorImpl
All Implemented Interfaces:
JiraPluginResourceLocator, com.atlassian.plugin.webresource.PluginResourceLocator

public class JiraPluginResourceLocatorImpl extends Object implements JiraPluginResourceLocator
The PluginResourceLocator for Jira.
Since:
9.8
  • Constructor Summary

    Constructors
    Constructor
    Description
    JiraPluginResourceLocatorImpl(com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.plugin.webresource.ResourceBatchingConfiguration batchingConfiguration, com.atlassian.plugin.event.PluginEventManager pluginEventManager, com.atlassian.security.csp.api.internal.NonceService nonceService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.plugin.servlet.DownloadableResource
     
    com.atlassian.plugin.webresource.impl.Globals
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JiraPluginResourceLocatorImpl

      public JiraPluginResourceLocatorImpl(com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.plugin.webresource.ResourceBatchingConfiguration batchingConfiguration, com.atlassian.plugin.event.PluginEventManager pluginEventManager, com.atlassian.security.csp.api.internal.NonceService nonceService)
  • Method Details

    • matches

      public boolean matches(String s)
      Specified by:
      matches in interface com.atlassian.plugin.webresource.PluginResourceLocator
    • getDownloadableResource

      public com.atlassian.plugin.servlet.DownloadableResource getDownloadableResource(String s, Map<String,String> map)
      Specified by:
      getDownloadableResource in interface com.atlassian.plugin.webresource.PluginResourceLocator
    • getGlobals

      public com.atlassian.plugin.webresource.impl.Globals getGlobals()
      Specified by:
      getGlobals in interface JiraPluginResourceLocator