Package | Description |
---|---|
com.atlassian.confluence.importexport.resource |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentDownloadResourceReader |
class |
FileDownloadResourceReader |
class |
GenericDownloadResourceReader |
class |
ThumbnailDownloadResourceReader |
class |
WebImagesDownloadResourceReader |
Modifier and Type | Method and Description |
---|---|
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.