Uses of Interface
com.atlassian.confluence.importexport.resource.DownloadResourceManager
-
-
Uses of DownloadResourceManager in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type DownloadResourceManager Modifier and Type Method Description void
AbstractRendererExporterImpl. setDownloadResourceManager(DownloadResourceManager downloadResourceManager)
-
Uses of DownloadResourceManager in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type DownloadResourceManager Modifier and Type Method Description void
AbstractRendererExporterImpl. setDownloadResourceManager(DownloadResourceManager downloadResourceManager)
Deprecated. -
Uses of DownloadResourceManager in com.atlassian.confluence.importexport.resource
Subinterfaces of DownloadResourceManager in com.atlassian.confluence.importexport.resource Modifier and Type Interface Description interface
PartialDownloadResourceManager
Interface for downloadResourceManagers that support partial downloading of resourcesinterface
WritableDownloadResourceManager
An interface for managers that support reading and writing of downloadable resources.Classes in com.atlassian.confluence.importexport.resource that implement DownloadResourceManager Modifier and Type Class Description class
AttachmentDownloadResourceManager
class
DelegatorDownloadResourceManager
Delegates to the appropriate download resource manager for resource retrievals.class
ExportDownloadResourceManager
AWritableDownloadResourceManager
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-INFclass
ThumbnailDownloadResourceManager
class
WebImagesDownloadResourceManager
Method parameters in com.atlassian.confluence.importexport.resource with type arguments of type DownloadResourceManager Modifier and Type Method Description void
DelegatorDownloadResourceManager. setDownloadResourceManagers(List<DownloadResourceManager> downloadResourceManagers)
-
Uses of DownloadResourceManager in com.atlassian.confluence.plugins.synchrony.bootstrap
Constructors in com.atlassian.confluence.plugins.synchrony.bootstrap with parameters of type DownloadResourceManager Constructor Description SynchronyProcessBuilder(BootstrapManager bootstrapManager, SystemInformationService systemInformationService, ExternalProcessBuilderFactory externalProcessBuilderFactory, NonIdlingExternalProcessFactory nonIdlingExternalProcessFactory, ClusterManager clusterManager, DownloadResourceManager downloadResourceManager, TomcatConfigHelper tomcatConfigHelper)
-
Uses of DownloadResourceManager in com.atlassian.confluence.servlet
Constructors in com.atlassian.confluence.servlet with parameters of type DownloadResourceManager Constructor 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, javax.activation.MimetypesFileTypeMap mimetypesFileTypeMap)
-
Uses of DownloadResourceManager in com.atlassian.confluence.servlet.download
Methods in com.atlassian.confluence.servlet.download with parameters of type DownloadResourceManager Modifier and Type Method Description void
AttachmentDownload. setDownloadResourceManager(DownloadResourceManager downloadResourceManager)
void
ExportDownload. setDownloadResourceManager(DownloadResourceManager downloadResourceManager)
-