Uses of Class
com.atlassian.confluence.impl.importexport.AbstractExporterImpl
-
Packages that use AbstractExporterImpl Package Description com.atlassian.confluence.impl.importexport com.atlassian.confluence.importexport.impl -
-
Uses of AbstractExporterImpl in com.atlassian.confluence.impl.importexport
Subclasses of AbstractExporterImpl in com.atlassian.confluence.impl.importexport Modifier and Type Class Description class
AbstractFileXmlExporter
Performs the file IO side of the export/backupclass
AbstractRendererExporterImpl
class
AbstractXmlExporter
abstract class that deals strictly with the conversion of a objects to an xml streamclass
HtmlExporter
class
SiteBackupExporter
Converts _all_ objects in confluence to xml (used for making site-wide backups).class
SpaceBackupExporter
Exports the entities added to the workingEntities collection in the context to xml. -
Uses of AbstractExporterImpl in com.atlassian.confluence.importexport.impl
Subclasses of AbstractExporterImpl in com.atlassian.confluence.importexport.impl Modifier and Type Class Description class
FileXmlExporter
Deprecated.since 7.14 Replaced byAbstractFileXmlExporter
class
XmlExporter
Deprecated.since 7.14 Replaced bySpaceBackupExporter
-