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
|
interface |
WritableDownloadResourceManager
An interface for managers that support reading and writing of downloadable resources.
|
Modifier and Type | Class and Description |
---|---|
class |
AttachmentDownloadResourceManager |
class |
DelegatorDownloadResourceManager
Delegates to the appropriate download resource manager for resource retrievals.
|
class |
ExportDownloadResourceManager
A
WritableDownloadResourceManager that stores and reads macro output from a temporary location. |
class |
IconDownloadResourceManager |
class |
PackageResourceManager
Allow plugin to get bundle plugin from others folder inside WEB-INF
|
class |
ThumbnailDownloadResourceManager |
class |
WebImagesDownloadResourceManager |
Modifier and Type | Method and Description |
---|---|
void |
DelegatorDownloadResourceManager.setDownloadResourceManagers(List<DownloadResourceManager> downloadResourceManagers) |
Constructor and Description |
---|
DefaultSynchronyProcessManager(BootstrapManager bootstrapManager,
SystemInformationService systemInformationService,
ExternalProcessBuilderFactory externalProcessBuilderFactory,
NonIdlingExternalProcessFactory nonIdlingExternalProcessFactory,
com.atlassian.confluence.plugins.synchrony.config.SynchronyConfigurationManager synchronyConfigurationManager,
SynchronyMonitor synchronyMonitor,
com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyExecutorServiceProvider executorServiceProvider,
ClusterManager clusterManager,
SynchronyProxyMonitor synchronyProxyMonitor,
com.atlassian.event.api.EventPublisher eventPublisher,
DownloadResourceManager downloadResourceManager,
TomcatConfigHelper tomcatConfigHelper,
HttpClientProvider httpClientProvider,
com.atlassian.bandana.BandanaManager bandanaManager) |
Constructor and Description |
---|
ExportWordPageServer(BootstrapManager bootstrapManager,
SettingsManager settingsManager,
PageManager pageManager,
PermissionManager permissionManager,
Renderer viewBodyTypeAwareRenderer,
Excerpter excerpter,
com.atlassian.plugin.webresource.PluginResourceLocator pluginResourceLocator,
DownloadResourceManager downloadResourceManager,
com.atlassian.event.api.EventPublisher eventPublisher,
MimetypesFileTypeMap mimetypesFileTypeMap) |
Modifier and Type | Method and Description |
---|---|
void |
ExportDownload.setDownloadResourceManager(DownloadResourceManager downloadResourceManager) |
void |
AttachmentDownload.setDownloadResourceManager(DownloadResourceManager downloadResourceManager) |
Copyright © 2003–2020 Atlassian. All rights reserved.