| Package | Description |
|---|---|
| com.atlassian.plugin.servlet | |
| com.atlassian.plugin.servlet.download.plugin |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<DownloadStrategy> |
AbstractFileServerServlet.getDownloadStrategies()
Returns a list of
DownloadStrategy objects in the order that they will be matched against. |
| Modifier and Type | Class and Description |
|---|---|
class |
PluggableDownloadStrategy
A download strategy which maintains a list of
DownloadStrategyModuleDescriptors
and delegates to them in order. |
| Modifier and Type | Method and Description |
|---|---|
DownloadStrategy |
DownloadStrategyModuleDescriptor.getModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
PluggableDownloadStrategy.register(String key,
DownloadStrategy strategy) |
Copyright © 2018 Atlassian. All rights reserved.