Package de.hybris.platform.media.storage
Interface MediaStorageConfigService.MediaFolderConfig
-
- All Superinterfaces:
MediaStorageConfigService.AbstractStorageConfig
- All Known Implementing Classes:
DefaultMediaFolderConfig
- Enclosing interface:
- MediaStorageConfigService
public static interface MediaStorageConfigService.MediaFolderConfig extends MediaStorageConfigService.AbstractStorageConfig
Keeps full media storage configuration for media folder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFolderQualifier()intgetHashingDepth()java.lang.StringgetStorageStrategyId()java.lang.Iterable<java.lang.String>getURLStrategyIds()booleanisLocalCacheEnabled()booleanisSecured()-
Methods inherited from interface de.hybris.platform.media.storage.MediaStorageConfigService.AbstractStorageConfig
getKeys, getParameter, getParameter, getParameter
-
-
-
-
Method Detail
-
getFolderQualifier
java.lang.String getFolderQualifier()
-
getStorageStrategyId
java.lang.String getStorageStrategyId()
-
getURLStrategyIds
java.lang.Iterable<java.lang.String> getURLStrategyIds()
-
isSecured
boolean isSecured()
-
isLocalCacheEnabled
boolean isLocalCacheEnabled()
-
getHashingDepth
int getHashingDepth()
-
-