Uses of Interface
de.hybris.platform.impex.jalo.media.MediaDataHandler
Packages that use MediaDataHandler
Package
Description
-
Uses of MediaDataHandler in de.hybris.platform.impex.jalo
Classes in de.hybris.platform.impex.jalo that implement MediaDataHandlerModifier and TypeClassDescriptionclassclass -
Uses of MediaDataHandler in de.hybris.platform.impex.jalo.cronjob
Classes in de.hybris.platform.impex.jalo.cronjob that implement MediaDataHandlerModifier and TypeClassDescriptionclassExtension 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 MediaDataHandlerModifier and TypeClassDescriptionclassDefault 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 MediaDataHandlerModifier and TypeMethodDescriptionstatic final MediaDataHandlerMediaDataTranslator.getHandler()Gets the handler currently mapped to current thread.Methods in de.hybris.platform.impex.jalo.media with parameters of type MediaDataHandlerModifier and TypeMethodDescriptionstatic voidMediaDataTranslator.setMediaDataHandler(MediaDataHandler handler) Sets theMediaDataHandlerfor current thread.