Uses of Interface
de.hybris.platform.impex.jalo.media.MediaDataHandler
-
Packages that use MediaDataHandler Package Description de.hybris.platform.impex.jalo de.hybris.platform.impex.jalo.cronjob de.hybris.platform.impex.jalo.media -
-
Uses of MediaDataHandler in de.hybris.platform.impex.jalo
Classes in de.hybris.platform.impex.jalo that implement MediaDataHandler Modifier and Type Class Description classAbstractExportMediaHandlerclassDefaultExportMediaHandler -
Uses of MediaDataHandler in de.hybris.platform.impex.jalo.cronjob
Classes in de.hybris.platform.impex.jalo.cronjob that implement MediaDataHandler Modifier and Type Class Description classDefaultCronJobMediaDataHandlerExtension ofDefaultMediaDataHandlerto allow an import of files directly from an set zip media and to export medias directly to an zip media. -
Uses of MediaDataHandler in de.hybris.platform.impex.jalo.media
Classes in de.hybris.platform.impex.jalo.media that implement MediaDataHandler Modifier and Type Class Description classDefaultMediaDataHandlerDefault implementation of aMediaDataHandlerwhich 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.jpgJAR
jar:ystorefoundationpackage.jalo.YStoreFoundationManager&/media/jeans/demo2.jpgor
jar:/media/jeans/demo2.jpgURL
http:http://www.company.com/pictures/logo.gifFILE
file:c:\demo4.jpgExploded JAR
/medias/fromjar/demo5.jpgMethods in de.hybris.platform.impex.jalo.media that return MediaDataHandler Modifier and Type Method Description static MediaDataHandlerMediaDataTranslator. getHandler()Gets the handler currently mapped to current thread.Methods in de.hybris.platform.impex.jalo.media with parameters of type MediaDataHandler Modifier and Type Method Description static voidMediaDataTranslator. setMediaDataHandler(MediaDataHandler handler)Sets theMediaDataHandlerfor current thread.
-