Class HtmlExporter
- java.lang.Object
-
- com.atlassian.confluence.importexport.Exporter
-
- com.atlassian.confluence.importexport.impl.AbstractExporterImpl
-
- com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl
-
- com.atlassian.confluence.importexport.impl.HtmlExporter
-
@Deprecated public class HtmlExporter extends AbstractRendererExporterImpl
Deprecated.since 7.14
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl
AbstractRendererExporterImpl.ContentConverter
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.importexport.impl.AbstractExporterImpl
i18nBeanFactory
-
-
Constructor Summary
Constructors Constructor Description HtmlExporter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
doExport(com.atlassian.core.util.ProgressMeter progress)
Deprecated.Exports the content specified by the configuredExportContext
.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 theExportLinkFormatter
for the exporter.protected String
getFullExportPath(String baseExportPath, ConfluenceEntityObject entity)
Deprecated.protected ImageProcessingRule
getImageProcessingRule(String exportDir)
Deprecated.Returns a newImageProcessingRule
for each export.void
setAttachmentManager(AttachmentManager attachmentManager)
Deprecated.-
Methods inherited from class com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl
createTemplateSupport, ensurePathExists, exportImages, exportResource, getTransformerFactory, getWorkingExportContext, setDownloadResourceManager, setFormatSettingsManager, setLocaleManager, setSettingsManager, setThemeManager, setTransformerFactory, setUserAccessor, setXhtmlRenderer
-
Methods inherited from class com.atlassian.confluence.importexport.impl.AbstractExporterImpl
checkHaveSomethingToExport, createAndSetExportDirectory, createExportDirectory, ensureDirectoryCreated, getSpaceKeyForExportFileName, prepareExportFileName, setExportFileNameGenerator, setI18NBeanFactory
-
Methods inherited from class com.atlassian.confluence.importexport.Exporter
getContext, setContext
-
-
-
-
Method Detail
-
doExport
public String doExport(com.atlassian.core.util.ProgressMeter progress) throws ImportExportException
Deprecated.Description copied from class:Exporter
Exports the content specified by the configuredExportContext
.- Overrides:
doExport
in classAbstractRendererExporterImpl
- Parameters:
progress
- the meter to update with progress during the export.- Returns:
- the path to the exported content.
- Throws:
ImportExportException
- if it fails for any reason.
-
exportPage
protected void exportPage(Page page, String baseExportPath) throws ImportExportException
Deprecated.Export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy.- Overrides:
exportPage
in classAbstractRendererExporterImpl
- Throws:
ImportExportException
-
exportSpace
protected void exportSpace(Space space, String baseExportPath) throws ImportExportException
Deprecated.- Overrides:
exportSpace
in classAbstractRendererExporterImpl
- Throws:
ImportExportException
-
getImageProcessingRule
protected ImageProcessingRule getImageProcessingRule(String exportDir)
Deprecated.Description copied from class:AbstractRendererExporterImpl
Returns a newImageProcessingRule
for each export.- Specified by:
getImageProcessingRule
in classAbstractRendererExporterImpl
-
getExportLinkFormatter
protected ExportLinkFormatter getExportLinkFormatter()
Deprecated.Description copied from class:AbstractRendererExporterImpl
Returns theExportLinkFormatter
for the exporter.- Specified by:
getExportLinkFormatter
in classAbstractRendererExporterImpl
-
getFullExportPath
protected String getFullExportPath(String baseExportPath, ConfluenceEntityObject entity) throws ImportExportException
Deprecated.- Specified by:
getFullExportPath
in classAbstractRendererExporterImpl
- Throws:
ImportExportException
-
doExportEntity
protected void doExportEntity(ConfluenceEntityObject entity, String exportPath) throws ImportExportException
Deprecated.- Specified by:
doExportEntity
in classAbstractRendererExporterImpl
- Throws:
ImportExportException
-
setAttachmentManager
public void setAttachmentManager(AttachmentManager attachmentManager)
Deprecated.
-
-