@Deprecated public class HtmlExporter extends AbstractRendererExporterImpl
AbstractRendererExporterImpl.ContentConverteri18nBeanFactory| Constructor and Description |
|---|
HtmlExporter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
doExport(com.atlassian.core.util.ProgressMeter progress)
Deprecated.
Exports the content specified by the configured
ExportContext. |
protected void |
doExportEntity(ConfluenceEntityObject entity,
String exportPath)
Deprecated.
|
protected void |
exportPage(Page page,
String baseExportPath)
Deprecated.
Export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy.
|
protected void |
exportSpace(Space space,
String baseExportPath)
Deprecated.
|
protected ExportLinkFormatter |
getExportLinkFormatter()
Deprecated.
Returns the
ExportLinkFormatter for the exporter. |
protected String |
getFullExportPath(String baseExportPath,
ConfluenceEntityObject entity)
Deprecated.
|
protected ImageProcessingRule |
getImageProcessingRule(String exportDir)
Deprecated.
Returns a new
ImageProcessingRule for each export. |
void |
setAttachmentManager(AttachmentManager attachmentManager)
Deprecated.
|
createTemplateSupport, ensurePathExists, exportImages, exportResource, getTransformerFactory, getWorkingExportContext, setDownloadResourceManager, setFormatSettingsManager, setLocaleManager, setSettingsManager, setThemeManager, setTransformerFactory, setUserAccessor, setXhtmlRenderercheckHaveSomethingToExport, createAndSetExportDirectory, createExportDirectory, ensureDirectoryCreated, getSpaceKeyForExportFileName, prepareExportFileName, setExportFileNameGenerator, setI18NBeanFactorygetContext, setContextpublic String doExport(com.atlassian.core.util.ProgressMeter progress) throws ImportExportException
ExporterExportContext.doExport in class AbstractRendererExporterImplprogress - the meter to update with progress during the export.ImportExportException - if it fails for any reason.protected void exportPage(Page page, String baseExportPath) throws ImportExportException
exportPage in class AbstractRendererExporterImplImportExportExceptionprotected void exportSpace(Space space, String baseExportPath) throws ImportExportException
exportSpace in class AbstractRendererExporterImplImportExportExceptionprotected ImageProcessingRule getImageProcessingRule(String exportDir)
AbstractRendererExporterImplImageProcessingRule for each export.getImageProcessingRule in class AbstractRendererExporterImplprotected ExportLinkFormatter getExportLinkFormatter()
AbstractRendererExporterImplExportLinkFormatter for the exporter.getExportLinkFormatter in class AbstractRendererExporterImplprotected String getFullExportPath(String baseExportPath, ConfluenceEntityObject entity) throws ImportExportException
getFullExportPath in class AbstractRendererExporterImplImportExportExceptionprotected void doExportEntity(ConfluenceEntityObject entity, String exportPath) throws ImportExportException
doExportEntity in class AbstractRendererExporterImplImportExportExceptionpublic void setAttachmentManager(AttachmentManager attachmentManager)
Copyright © 2003–2022 Atlassian. All rights reserved.