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.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 ThumbnailDownloadResourceManager
           
 class WebImagesDownloadResourceManager
           
 

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)
           
 



Confluence is developed by Atlassian.