[
http://jira.magnolia.info/browse/MAGNOLIA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gregory Joseph updated MAGNOLIA-405:
------------------------------------
Fix Version/s: Green
(was: 3.6)
deprecated the following classes for now, since they are not used:
* ContentExporter
* ContentImporter
* ExportHandler
* ImportHandler
* PackageExport
* XmlExport
* XmlImport
> Content export / zipper / import
> --------------------------------
>
> Key: MAGNOLIA-405
> URL: http://jira.magnolia.info/browse/MAGNOLIA-405
> Project: Magnolia
> Issue Type: Improvement
> Components: core
> Reporter: Sameer Charles
> Assignee: Sameer Charles
> Fix For: Green
>
>
> I commited i.m.c.core.export package which includes first version of magnolia
> specific content export
> later this will be configurable via GUI and you can add you own content
> exporters.
> this package contains
> 1. ContentExporter - this will be the main class via you can access any
> "named" exporter, once I am finish ll add some examples.
> 2. Implementations on Export interface
> - XmlExport - simple human readable xml export
> - PackageExport - content zipper, it creates a zip including xml and
> all binary content in a clean directory structure.
> if you wanna test PackageExport --
> PackageExport pe = new PackageExport();
> pe.setBinaryAsLink(true);
> response.setHeader("content-disposition", "attachment;
> filename="+aPage.getName()+".zip");
> pe.export(aPage, response.getOutputStream());
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------