| Package | Description |
|---|---|
| de.hybris.platform.impex.jalo | |
| de.hybris.platform.impex.jalo.cronjob | |
| de.hybris.platform.impex.jalo.media |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExportMediaHandler |
class |
DefaultExportMediaHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCronJobMediaDataHandler
Extension of
DefaultMediaDataHandler to allow an import of files directly from an set zip media and to export
medias directly to an zip media. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMediaDataHandler
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
FILEfile:c:\demo4.jpg
Exploded JAR/medias/fromjar/demo5.jpg
|
| Modifier and Type | Method and Description |
|---|---|
static MediaDataHandler |
MediaDataTranslator.getHandler()
Gets the handler currently mapped to current thread.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MediaDataTranslator.setMediaDataHandler(MediaDataHandler handler)
Sets the
MediaDataHandler for current thread. |
Copyright © 2018 SAP SE. All Rights Reserved.