public interface Scene7AssetMimetypeService
Scene7AssetMimeTypeService is responsible for identifying the Scene7 "fake" mime type for the various S7 imported assets.| Modifier and Type | Field and Description |
|---|---|
static String |
REL_PATH_MIME_TYPES |
static String[] |
SCR_PROP_DEFAULT_ASSET_MIMETYPES |
static String |
SCR_PROP_NAME_ASSET_MIMETYPES |
| Modifier and Type | Method and Description |
|---|---|
String |
getMimeTypeForAsset(Asset asset)
Returns a configured MIME type for a CQ DAM asset imported from Scene7.
|
String |
getMimeTypeForAssetType(Scene7AssetType assetType,
String extension)
Returns a configured mime type for a Scene7 asset type.
|
List<String> |
getSupportedMimeTypes()
Returns a list of supported MIME types
|
void |
updateSupportedMimeTypes()
Updates the list of supported MIME types from OSGi configuration to
|
void |
updateSupportedMimeTypes(Resource s7ConfigResource,
ResourceResolver rr)
Updates the list of supported MIME types from OSGi configuration to
|
static final String SCR_PROP_NAME_ASSET_MIMETYPES
static final String[] SCR_PROP_DEFAULT_ASSET_MIMETYPES
static final String REL_PATH_MIME_TYPES
String getMimeTypeForAsset(Asset asset)
asset - the CQ DAM assetString getMimeTypeForAssetType(Scene7AssetType assetType, String extension)
assetType - the asset typeextension - the extension for the assetList<String> getSupportedMimeTypes()
void updateSupportedMimeTypes(Resource s7ConfigResource, ResourceResolver rr)
s7ConfigResource - the targeted Scene7 cloud configurationrr - resource resolver to update Scene7 configuration resourcevoid updateSupportedMimeTypes()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"