Package com.day.cq.dam.commons.util
Class DamMimeUtil
java.lang.Object
com.day.cq.dam.commons.util.DamMimeUtil
Deprecated.
This class provides various utility methods pertaining to DAM Mime Type Service Implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Deprecated.static boolean
isAllowedMimeType
(String nameMimeType, String contentMimeType) Deprecated.static void
setAllowAllMimeAttribute
(boolean val) Deprecated.static void
setDetectMimeFromContent
(boolean val) Deprecated.static void
setSupportedMimeTypes
(String[] mimeList) Deprecated.
-
Constructor Details
-
DamMimeUtil
public DamMimeUtil()Deprecated.
-
-
Method Details
-
setAllowAllMimeAttribute
public static void setAllowAllMimeAttribute(boolean val) Deprecated. -
setDetectMimeFromContent
public static void setDetectMimeFromContent(boolean val) Deprecated. -
setSupportedMimeTypes
Deprecated. -
isAllowedMimeType
Deprecated. -
getDetectMimeFromContent
public static boolean getDetectMimeFromContent()Deprecated.
-
DamMimeUtils
instead