Uses of Class
com.atlassian.confluence.importexport.Exporter
-
Packages that use Exporter Package Description com.atlassian.confluence.impl.importexport com.atlassian.confluence.importexport.impl -
-
Uses of Exporter in com.atlassian.confluence.impl.importexport
Subclasses of Exporter in com.atlassian.confluence.impl.importexport Modifier and Type Class Description classAbstractExporterImplAbstract exporter that only deals with simple general export utility methods like where the files go.classAbstractFileXmlExporterPerforms the file IO side of the export/backupclassAbstractRendererExporterImplclassAbstractXmlExporterabstract class that deals strictly with the conversion of a objects to an xml streamclassHtmlExporterclassSiteBackupExporterConverts _all_ objects in confluence to xml (used for making site-wide backups).classSpaceBackupExporterExports the entities added to the workingEntities collection in the context to xml. -
Uses of Exporter in com.atlassian.confluence.importexport.impl
Subclasses of Exporter in com.atlassian.confluence.importexport.impl Modifier and Type Class Description classAbstractExporterImplDeprecated.since 7.14classAbstractRendererExporterImplDeprecated.since 7.14classFileXmlExporterDeprecated.since 7.14 Replaced byAbstractFileXmlExporterclassHtmlExporterDeprecated.since 7.14classXmlExporterDeprecated.since 7.14 Replaced bySpaceBackupExporter
-