Uses of Interface
com.atlassian.confluence.importexport.resource.DownloadResourceManager
Packages that use DownloadResourceManager
Package
Description
- 
Uses of DownloadResourceManager in com.atlassian.confluence.impl.importexportMethods in com.atlassian.confluence.impl.importexport with parameters of type DownloadResourceManagerModifier and TypeMethodDescriptionvoidAbstractRendererExporterImpl.setDownloadResourceManager(DownloadResourceManager downloadResourceManager) 
- 
Uses of DownloadResourceManager in com.atlassian.confluence.importexport.resourceSubinterfaces of DownloadResourceManager in com.atlassian.confluence.importexport.resourceModifier and TypeInterfaceDescriptioninterfaceInterface for downloadResourceManagers that support partial downloading of resourcesinterfaceAn interface for managers that support reading and writing of downloadable resources.Classes in com.atlassian.confluence.importexport.resource that implement DownloadResourceManagerModifier and TypeClassDescriptionclassclassDelegates to the appropriate download resource manager for resource retrievals.classAWritableDownloadResourceManagerthat stores and reads macro output from a temporary location.classclassAllow plugin to get bundle plugin from others folder inside WEB-INFclassclassMethod parameters in com.atlassian.confluence.importexport.resource with type arguments of type DownloadResourceManagerModifier and TypeMethodDescriptionvoidDelegatorDownloadResourceManager.setDownloadResourceManagers(List<DownloadResourceManager> downloadResourceManagers) 
- 
Uses of DownloadResourceManager in com.atlassian.confluence.plugins.synchrony.bootstrapConstructors in com.atlassian.confluence.plugins.synchrony.bootstrap with parameters of type DownloadResourceManagerModifierConstructorDescriptionSynchronyProcessBuilder(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.downloadMethods in com.atlassian.confluence.servlet.download with parameters of type DownloadResourceManagerModifier and TypeMethodDescriptionvoidAttachmentDownload.setDownloadResourceManager(DownloadResourceManager downloadResourceManager) voidExportDownload.setDownloadResourceManager(DownloadResourceManager downloadResourceManager)