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

Packages that use DownloadResourceReader
com.atlassian.confluence.importexport.resource   
 

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

Classes in com.atlassian.confluence.importexport.resource that implement DownloadResourceReader
 class AttachmentDownloadResourceReader
           
 class FileDownloadResourceReader
           
 class GenericDownloadResourceReader
           
 class ThumbnailDownloadResourceReader
           
 class WebImagesDownloadResourceReader
           
 

Methods in com.atlassian.confluence.importexport.resource that return DownloadResourceReader
 DownloadResourceReader WebImagesDownloadResourceManager.getResourceReader(String userName, String resourcePath, Map parameters)
          Returns a WebImagesDownloadResourceReader for retrieving web application images.
 DownloadResourceReader ThumbnailDownloadResourceManager.getResourceReader(String userName, String resourcePath, Map parameters)
          Returns a ThumbnailDownloadResourceReader for retrieving thumbnail content.
 DownloadResourceReader IconDownloadResourceManager.getResourceReader(String userName, String resourcePath, Map parameters)
           
 DownloadResourceReader ExportDownloadResourceManager.getResourceReader(String userName, String resourcePath, Map parameters)
          Returns a FileDownloadResourceReader for reading the stored output of the previous execution of a macro.
 DownloadResourceReader DownloadResourceManager.getResourceReader(String userName, String resourcePath, Map parameters)
          Returns a DownloadResourceReader for a downloadable resource.
 DownloadResourceReader DelegatorDownloadResourceManager.getResourceReader(String userName, String resourcePath, Map parameters)
           
 DownloadResourceReader AttachmentDownloadResourceManager.getResourceReader(String userName, String resourcePath, Map parameters)
          Returns a AttachmentDownloadResourceReader for retrieving attachment content.
 



Copyright © 2003–2015 Atlassian. All rights reserved.