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

Gregory Joseph closed MAGNOLIA-405.
-----------------------------------

    Fix Version/s:     (was: Green)
       Resolution: Outdated
         Assignee: Gregory Joseph  (was: Sameer Charles)

Package introduced for this feature was removed for MAGNOLIA-2245.
Zip / packaging of imports/exports is currently partially covered by packager 
and backup modules, and if improvements are made, they will be for these 
modules.

> Content export / zipper / import
> --------------------------------
>
>                 Key: MAGNOLIA-405
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-405
>             Project: Magnolia
>          Issue Type: Improvement
>          Components: core
>            Reporter: Sameer Charles
>            Assignee: Gregory Joseph
>
> 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-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to