| Interface | Description |
|---|---|
| ContentTypeResolver |
Looks up content types for URL paths in an application-specific way.
|
| DownloadableResource |
Represents a plugin resource that can be downloaded.
|
| DownloadStrategy | |
| ServletContextFactory |
A factory for providing access to a
ServletContext. |
| Class | Description |
|---|---|
| AbstractFileServerServlet | |
| DownloadableClasspathResource |
A
DownloadableResource that will serve the resource from the plugin. |
| DownloadableWebResource |
A
DownloadableResource that will serve the resource via the web application's ServletContext. |
| EmptyDownloadableResource |
A DownloadableResource with no content
|
| ForwardableResource |
A DownloadableResource that simply forwards the request to the given location.
|
| ResourceDownloadUtils | |
| ResourceUrlParser | Deprecated
Since 2.2
|
| Exception | Description |
|---|---|
| DownloadException |
An exception was encountered while trying to write a resource to the client.
|
Copyright © 2018 Atlassian. All rights reserved.