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 StringdoExport(com.atlassian.core.util.ProgressMeter progress)Deprecated.Exports the content specified by the configuredExportContext.protected voiddoExportEntity(ConfluenceEntityObject entity, String exportPath)Deprecated.protected voidexportPage(Page page, String baseExportPath)Deprecated.Export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy.protected voidexportSpace(Space space, String baseExportPath)Deprecated.protected ExportLinkFormattergetExportLinkFormatter()Deprecated.Returns theExportLinkFormatterfor the exporter.protected StringgetFullExportPath(String baseExportPath, ConfluenceEntityObject entity)Deprecated.protected ImageProcessingRulegetImageProcessingRule(String exportDir)Deprecated.Returns a newImageProcessingRulefor each export.voidsetAttachmentManager(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:ExporterExports the content specified by the configuredExportContext.- Overrides:
doExportin 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:
exportPagein classAbstractRendererExporterImpl- Throws:
ImportExportException
-
exportSpace
protected void exportSpace(Space space, String baseExportPath) throws ImportExportException
Deprecated.- Overrides:
exportSpacein classAbstractRendererExporterImpl- Throws:
ImportExportException
-
getImageProcessingRule
protected ImageProcessingRule getImageProcessingRule(String exportDir)
Deprecated.Description copied from class:AbstractRendererExporterImplReturns a newImageProcessingRulefor each export.- Specified by:
getImageProcessingRulein classAbstractRendererExporterImpl
-
getExportLinkFormatter
protected ExportLinkFormatter getExportLinkFormatter()
Deprecated.Description copied from class:AbstractRendererExporterImplReturns theExportLinkFormatterfor the exporter.- Specified by:
getExportLinkFormatterin classAbstractRendererExporterImpl
-
getFullExportPath
protected String getFullExportPath(String baseExportPath, ConfluenceEntityObject entity) throws ImportExportException
Deprecated.- Specified by:
getFullExportPathin classAbstractRendererExporterImpl- Throws:
ImportExportException
-
doExportEntity
protected void doExportEntity(ConfluenceEntityObject entity, String exportPath) throws ImportExportException
Deprecated.- Specified by:
doExportEntityin classAbstractRendererExporterImpl- Throws:
ImportExportException
-
setAttachmentManager
public void setAttachmentManager(AttachmentManager attachmentManager)
Deprecated.
-
-