Uses of Interface
com.atlassian.confluence.importexport.resource.DownloadResourceManager

Packages that use DownloadResourceManager
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.importexport.resource   
com.atlassian.confluence.servlet   
com.atlassian.confluence.servlet.download   
 

Uses of DownloadResourceManager in com.atlassian.confluence.importexport.impl
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type DownloadResourceManager
 void AbstractRendererExporterImpl.setDownloadResourceManager(DownloadResourceManager downloadResourceManager)
           
 

Uses of DownloadResourceManager in com.atlassian.confluence.importexport.resource
 

Subinterfaces of DownloadResourceManager in com.atlassian.confluence.importexport.resource
 interface WritableDownloadResourceManager
          An interface for managers that support reading and writing of downloadable resources.
 

Classes in com.atlassian.confluence.importexport.resource that implement DownloadResourceManager
 class AttachmentDownloadResourceManager
           
 class DelegatorDownloadResourceManager
          Delegates to the appropriate download resource manager for resource retrievals.
 class ExportDownloadResourceManager
          A WritableDownloadResourceManager that stores and reads macro output from a temporary location.
 class IconDownloadResourceManager
           
 class ThumbnailDownloadResourceManager
           
 class WebImagesDownloadResourceManager
           
 

Uses of DownloadResourceManager in com.atlassian.confluence.servlet
 

Constructors in com.atlassian.confluence.servlet with parameters of type DownloadResourceManager
ExportWordPageServer(BootstrapManager bootstrapManager, SettingsManager settingsManager, PageManager pageManager, PermissionManager permissionManager, Renderer viewBodyTypeAwareRenderer, Excerpter excerpter, com.atlassian.plugin.webresource.PluginResourceLocator pluginResourceLocator, DownloadResourceManager downloadResourceManager, DataSourceFactory dataSourceFactory, MimetypesFileTypeMap mimetypesFileTypeMap)
           
 

Uses of DownloadResourceManager in com.atlassian.confluence.servlet.download
 

Methods in com.atlassian.confluence.servlet.download with parameters of type DownloadResourceManager
 void ExportDownload.setDownloadResourceManager(DownloadResourceManager downloadResourceManager)
           
 void AttachmentDownload.setDownloadResourceManager(DownloadResourceManager downloadResourceManager)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.