Uses of Class
com.atlassian.confluence.impl.importexport.AbstractXmlExporter
- 
Packages that use AbstractXmlExporter Package Description com.atlassian.confluence.impl.importexport com.atlassian.confluence.importexport.impl  - 
- 
Uses of AbstractXmlExporter in com.atlassian.confluence.impl.importexport
Subclasses of AbstractXmlExporter in com.atlassian.confluence.impl.importexport Modifier and Type Class Description classAbstractFileXmlExporterPerforms the file IO side of the export/backupclassSiteBackupExporterConverts _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 AbstractXmlExporter in com.atlassian.confluence.importexport.impl
Subclasses of AbstractXmlExporter in com.atlassian.confluence.importexport.impl Modifier and Type Class Description classFileXmlExporterDeprecated.since 7.14 Replaced byAbstractFileXmlExporterclassXmlExporterDeprecated.since 7.14 Replaced bySpaceBackupExporter 
 -