[ http://jira.magnolia.info/browse/MAGNOLIA-405?page=all ]

Philipp Bracher updated MAGNOLIA-405:
-------------------------------------

    Fix Version: 3.0 RC1
                     (was: 3.0 Beta 1)

> Content export / zipper / import
> --------------------------------
>
>          Key: MAGNOLIA-405
>          URL: http://jira.magnolia.info/browse/MAGNOLIA-405
>      Project: magnolia
>         Type: Improvement

>   Components: core
>     Reporter: Sameer Charles
>     Assignee: Sameer Charles
>      Fix For: 3.0 RC1

>
>
> 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://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to