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 voidAbstractRendererExporterImpl. 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 voidAbstractRendererExporterImpl. 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 interfacePartialDownloadResourceManagerInterface for downloadResourceManagers that support partial downloading of resourcesinterfaceWritableDownloadResourceManagerAn 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 classAttachmentDownloadResourceManagerclassDelegatorDownloadResourceManagerDelegates to the appropriate download resource manager for resource retrievals.classExportDownloadResourceManagerAWritableDownloadResourceManagerthat stores and reads macro output from a temporary location.classIconDownloadResourceManagerclassPackageResourceManagerAllow plugin to get bundle plugin from others folder inside WEB-INFclassThumbnailDownloadResourceManagerclassWebImagesDownloadResourceManagerMethod parameters in com.atlassian.confluence.importexport.resource with type arguments of type DownloadResourceManager Modifier and Type Method Description voidDelegatorDownloadResourceManager. 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(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
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 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
Methods in com.atlassian.confluence.servlet.download with parameters of type DownloadResourceManager Modifier and Type Method Description voidAttachmentDownload. setDownloadResourceManager(DownloadResourceManager downloadResourceManager)voidExportDownload. setDownloadResourceManager(DownloadResourceManager downloadResourceManager) 
 -