public class

JiraPluginResourceDownload

extends PluginResourceDownload
java.lang.Object
   ↳ com.atlassian.plugin.webresource.servlet.PluginResourceDownload
     ↳ com.atlassian.jira.plugin.JiraPluginResourceDownload

Class Overview

The sole reason for this class' existence is to handle the Pico dependency injection for the PluginResourceDownload. It takes a String parameter but we have no way with Pico to signal statically what String should be injected there. We take care of all that here by using an EncodingConfiguration.

Summary

Public Constructors
JiraPluginResourceDownload(PluginResourceLocator pluginResourceLocator, ContentTypeResolver contentTypeResolver, EncodingConfiguration encodingConfig)
[Expand]
Inherited Methods
From class com.atlassian.plugin.webresource.servlet.PluginResourceDownload
From class java.lang.Object
From interface com.atlassian.plugin.servlet.DownloadStrategy

Public Constructors

public JiraPluginResourceDownload (PluginResourceLocator pluginResourceLocator, ContentTypeResolver contentTypeResolver, EncodingConfiguration encodingConfig)