Class JiraPluginResourceLocatorImpl
java.lang.Object
com.atlassian.jira.plugin.webresource.JiraPluginResourceLocatorImpl
- All Implemented Interfaces:
JiraPluginResourceLocator,com.atlassian.plugin.webresource.PluginResourceLocator
The
PluginResourceLocator for Jira.- Since:
- 9.8
-
Constructor Summary
ConstructorsConstructorDescriptionJiraPluginResourceLocatorImpl(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 TypeMethodDescriptioncom.atlassian.plugin.servlet.DownloadableResourcegetDownloadableResource(String s, Map<String, String> map) com.atlassian.plugin.webresource.impl.Globalsboolean
-
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
- Specified by:
matchesin interfacecom.atlassian.plugin.webresource.PluginResourceLocator
-
getDownloadableResource
public com.atlassian.plugin.servlet.DownloadableResource getDownloadableResource(String s, Map<String, String> map) - Specified by:
getDownloadableResourcein interfacecom.atlassian.plugin.webresource.PluginResourceLocator
-
getGlobals
public com.atlassian.plugin.webresource.impl.Globals getGlobals()- Specified by:
getGlobalsin interfaceJiraPluginResourceLocator
-