Modifier and Type | Method and Description |
---|---|
void |
AbstractRendererExporterImpl.setDownloadResourceManager(DownloadResourceManager downloadResourceManager) |
Modifier and Type | Interface and Description |
---|---|
interface |
WritableDownloadResourceManager
An interface for managers that support reading and writing of downloadable resources.
|
Modifier and Type | Class and Description |
---|---|
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 |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentDownload.setDownloadResourceManager(DownloadResourceManager downloadResourceManager) |
void |
ExportDownload.setDownloadResourceManager(DownloadResourceManager downloadResourceManager) |