Known Indirect Subclasses
| AbstractRendererExporterImpl |
|
| AbstractXmlExporter |
abstract class that deals strictly with the conversion of a objects to an xml stream
|
| BackupExporter |
converts _all_ objects in confluence to xml (used for making site-wide backups)
|
| FileXmlExporter |
Performs the file IO side of the export/backup
For example:
- copying attachments to temp directory
- copying config files
Then performs the zipping and packaging into a zip file
|
| HtmlExporter |
|
| XmlExporter |
exports all entities added to the "working entities" collection in the context, to xml
used for making page and space xml exports
|
|