Uses of Interface
de.hybris.platform.media.storage.MediaStorageStrategy
-
-
Uses of MediaStorageStrategy in de.hybris.platform.amazon.media.storage
Classes in de.hybris.platform.amazon.media.storage that implement MediaStorageStrategy Modifier and Type Class Description classS3MediaStorageStrategyStrategy which allows to store binaries forMediaobjects in Amazon S3 data storage. -
Uses of MediaStorageStrategy in de.hybris.platform.azure.media.storage
Classes in de.hybris.platform.azure.media.storage that implement MediaStorageStrategy Modifier and Type Class Description classWindowsAzureBlobStorageStrategyStrategy which allows to store binaries forMediaobjects in Windows Azure Blob Store data storage. -
Uses of MediaStorageStrategy in de.hybris.platform.gridfs.media.storage
Classes in de.hybris.platform.gridfs.media.storage that implement MediaStorageStrategy Modifier and Type Class Description classGridFSMediaStorageStrategyStrategy which allows to store binaries forMediaobjects in MongoDB GridFS data storage. -
Uses of MediaStorageStrategy in de.hybris.platform.media.storage
Methods in de.hybris.platform.media.storage that return MediaStorageStrategy Modifier and Type Method Description MediaStorageStrategyMediaStorageRegistry. getStorageStrategyForFolder(MediaStorageConfigService.MediaFolderConfig config)Gets the storage strategy for media folder.Methods in de.hybris.platform.media.storage that return types with arguments of type MediaStorageStrategy Modifier and Type Method Description java.util.Map<java.lang.String,MediaStorageStrategy>MediaStorageRegistry. getStorageStrategies() -
Uses of MediaStorageStrategy in de.hybris.platform.media.storage.impl
Classes in de.hybris.platform.media.storage.impl that implement MediaStorageStrategy Modifier and Type Class Description classLocalFileMediaStorageStrategyStrategy which allows to store binaries forMediaobjects locally in data directory of current platform installation.Methods in de.hybris.platform.media.storage.impl that return MediaStorageStrategy Modifier and Type Method Description MediaStorageStrategyDefaultMediaStorageRegistry. getStorageStrategyForFolder(MediaStorageConfigService.MediaFolderConfig config)Methods in de.hybris.platform.media.storage.impl that return types with arguments of type MediaStorageStrategy Modifier and Type Method Description java.util.Map<java.lang.String,MediaStorageStrategy>DefaultMediaStorageRegistry. getStorageStrategies()Method parameters in de.hybris.platform.media.storage.impl with type arguments of type MediaStorageStrategy Modifier and Type Method Description voidDefaultMediaStorageRegistry. setStorageStrategies(java.util.Map<java.lang.String,MediaStorageStrategy> storageStrategies)
-