Package de.hybris.platform.impex.jalo.media


package de.hybris.platform.impex.jalo.media
  • Class
    Description
    Default implementation of a MediaDataHandler which supports four different types of data referencing and importing them to resolved media.
    The four supported referencing formats are: ZIP
    zip:c:\demo.zip&demo1.jpg JAR
    jar:ystorefoundationpackage.jalo.YStoreFoundationManager&/media/jeans/demo2.jpg or
    jar:/media/jeans/demo2.jpg URL
    http:http://www.company.com/pictures/logo.gif FILE
    file:c:\demo4.jpg Exploded JAR
    /medias/fromjar/demo5.jpg
     
     
    Special translator which allows to import data from a file to a media item or vice versa.