Uses of Interface
com.atlassian.confluence.importexport.resource.DownloadResourceManager
Package
Description
-
Uses of DownloadResourceManager in com.atlassian.confluence.impl.importexport
Modifier and TypeMethodDescriptionvoid
AbstractRendererExporterImpl.setDownloadResourceManager
(DownloadResourceManager downloadResourceManager) -
Uses of DownloadResourceManager in com.atlassian.confluence.importexport.resource
Modifier and TypeInterfaceDescriptioninterface
Interface for downloadResourceManagers that support partial downloading of resourcesinterface
An interface for managers that support reading and writing of downloadable resources.Modifier and TypeClassDescriptionclass
class
Delegates to the appropriate download resource manager for resource retrievals.class
AWritableDownloadResourceManager
that stores and reads macro output from a temporary location.class
class
Allow plugin to get bundle plugin from others folder inside WEB-INFclass
class
Modifier and TypeMethodDescriptionvoid
DelegatorDownloadResourceManager.setDownloadResourceManagers
(List<DownloadResourceManager> downloadResourceManagers) -
Uses of DownloadResourceManager in com.atlassian.confluence.plugins.synchrony.bootstrap
ModifierConstructorDescriptionSynchronyProcessBuilder
(com.atlassian.sal.api.ApplicationProperties applicationProperties, SystemInformationService systemInformationService, ExternalProcessBuilderFactory externalProcessBuilderFactory, NonIdlingExternalProcessFactory nonIdlingExternalProcessFactory, ClusterManager clusterManager, DownloadResourceManager downloadResourceManager, TomcatConfigHelper tomcatConfigHelper) -
Uses of DownloadResourceManager in com.atlassian.confluence.servlet
ModifierConstructorDescriptionExportWordPageServer
(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, javax.activation.MimetypesFileTypeMap ignored) Deprecated, for removal: This API element is subject to removal in a future version.since 8.6 -
Uses of DownloadResourceManager in com.atlassian.confluence.servlet.download
Modifier and TypeMethodDescriptionvoid
AttachmentDownload.setDownloadResourceManager
(DownloadResourceManager downloadResourceManager) void
ExportDownload.setDownloadResourceManager
(DownloadResourceManager downloadResourceManager)