Uses of Interface
com.atlassian.confluence.importexport.resource.DownloadResourceManager
Packages that use DownloadResourceManager
Package
Description
-
Uses of DownloadResourceManager in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type DownloadResourceManagerModifier and TypeMethodDescriptionvoidAbstractRendererExporterImpl.setDownloadResourceManager(DownloadResourceManager downloadResourceManager) -
Uses of DownloadResourceManager in com.atlassian.confluence.importexport.resource
Subinterfaces 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.bootstrap
Constructors 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
Constructors in com.atlassian.confluence.servlet with parameters of type DownloadResourceManagerModifierConstructorDescriptionExportWordPageServer(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 DownloadResourceManagerModifier and TypeMethodDescriptionvoidAttachmentDownload.setDownloadResourceManager(DownloadResourceManager downloadResourceManager) voidExportDownload.setDownloadResourceManager(DownloadResourceManager downloadResourceManager)