[ 
http://jira.magnolia.info/browse/MAGNOLIA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Grégory Joseph updated MAGNOLIA-405:
------------------------------------

    Fix Version/s: 3.6
                       (was: Ideas)

as far as i can tell, this package is not used atm. We should have a look at it 
for 3.6 and do some cleanup, along with cleaning up DataTransporter and friends 
:)



> 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: 3.6
>
>
> 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/
----------------------------------------------------------------

Reply via email to