| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRendererExporterImpl.setDownloadResourceManager(DownloadResourceManager downloadResourceManager) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartialDownloadResourceManager
Interface for downloadResourceManagers that support partial downloading of resources
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentDownloadResourceManager |
class |
DelegatorDownloadResourceManager
Delegates to the appropriate download resource manager for resource retrievals.
|
class |
ExportDownloadFromFilestoreResourceManager
DownloadResourceManager that retrieves temporary files stored in Filestore. |
class |
IconDownloadResourceManager |
class |
ThumbnailDownloadResourceManager |
class |
WebImagesDownloadResourceManager |
| Constructor and Description |
|---|
DelegatorDownloadResourceManager(List<DownloadResourceManager> downloadResourceManagers) |
| Constructor and Description |
|---|
ExportWordPageServer(BootstrapManager bootstrapManager,
SettingsManager settingsManager,
PageManager pageManager,
PermissionManager permissionManager,
Renderer viewBodyTypeAwareRenderer,
Excerpter excerpter,
com.atlassian.plugin.webresource.PluginResourceLocator pluginResourceLocator,
DownloadResourceManager downloadResourceManager,
MimetypesFileTypeMap mimetypesFileTypeMap) |
| Modifier and Type | Field and Description |
|---|---|
protected DownloadResourceManager |
ServeAfterTransactionDownload.downloadResourceManager |
| Constructor and Description |
|---|
AttachmentDownload(com.atlassian.xwork.XsrfTokenGenerator tokenGenerator,
org.springframework.transaction.PlatformTransactionManager transactionManager,
DownloadResourceManager downloadResourceManager,
AttachmentUrlParser attachmentUrlParser,
com.atlassian.event.api.EventPublisher eventPublisher,
SafeContentHeaderGuesser guesser) |
ExportDownload(com.atlassian.xwork.XsrfTokenGenerator tokenGenerator,
org.springframework.transaction.PlatformTransactionManager transactionManager,
DownloadResourceManager downloadResourceManager,
FeatureFlagServiceClient featureFlagServiceClient,
MediaApiSupportService mediaApiSupportService,
GateKeeper gateKeeper,
BootstrapManager bootstrapManager,
PermissionManager permissionManager) |
ServeAfterTransactionDownload(com.atlassian.xwork.XsrfTokenGenerator tokenGenerator,
org.springframework.transaction.PlatformTransactionManager transactionManager,
DownloadResourceManager downloadResourceManager) |
ThumbnailDownload(com.atlassian.xwork.XsrfTokenGenerator tokenGenerator,
org.springframework.transaction.PlatformTransactionManager transactionManager,
DownloadResourceManager downloadResourceManager,
AttachmentUrlParser attachmentUrlParser,
com.atlassian.event.api.EventPublisher eventPublisher,
SafeContentHeaderGuesser guesser) |
Copyright © 2003–2017 Atlassian. All rights reserved.