Uses of Interface
com.atlassian.confluence.importexport.resource.DownloadResourceReader
Packages that use DownloadResourceReader
-
Uses of DownloadResourceReader in com.atlassian.confluence.importexport.resource
Subinterfaces of DownloadResourceReader in com.atlassian.confluence.importexport.resourceModifier and TypeInterfaceDescriptioninterface
ADownloadResourceReader
that can read a part of the resourceClasses in com.atlassian.confluence.importexport.resource that implement DownloadResourceReaderModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in com.atlassian.confluence.importexport.resource that return DownloadResourceReaderModifier and TypeMethodDescriptionAttachmentDownloadResourceManager.getResourceReader
(String userName, String resourcePath, Map parameters) Returns aAttachmentDownloadResourceReader
for retrieving attachment content.DelegatorDownloadResourceManager.getResourceReader
(String userName, String resourcePath, Map parameters) DownloadResourceManager.getResourceReader
(String userName, String resourcePath, Map parameters) Returns aDownloadResourceReader
for a downloadable resource.ExportDownloadResourceManager.getResourceReader
(String userName, String resourcePath, Map parameters) Returns aFileDownloadResourceReader
for reading the stored output of the previous execution of a macro.IconDownloadResourceManager.getResourceReader
(String userName, String resourcePath, Map parameters) PackageResourceManager.getResourceReader
(String userName, String resourcePath, Map parameters) ThumbnailDownloadResourceManager.getResourceReader
(String userName, String resourcePath, Map parameters) Returns aThumbnailDownloadResourceReader
for retrieving thumbnail content.WebImagesDownloadResourceManager.getResourceReader
(String userName, String resourcePath, Map parameters) Returns aWebImagesDownloadResourceReader
for retrieving web application images.