Class DamMimeUtil


  • public class DamMimeUtil
    extends Object
    Deprecated.
    since 6.6. Please use a service-reference of DamMimeUtils instead
    This class provides various utility methods pertaining to DAM Mime Type Service Implementation.
    • Constructor Detail

      • DamMimeUtil

        public DamMimeUtil()
        Deprecated.
    • Method Detail

      • setAllowAllMimeAttribute

        public static void setAllowAllMimeAttribute​(boolean val)
        Deprecated.
      • setDetectMimeFromContent

        public static void setDetectMimeFromContent​(boolean val)
        Deprecated.
      • setSupportedMimeTypes

        public static void setSupportedMimeTypes​(String[] mimeList)
        Deprecated.
      • isAllowedMimeType

        public static boolean isAllowedMimeType​(String nameMimeType,
                                                String contentMimeType)
        Deprecated.
      • getDetectMimeFromContent

        public static boolean getDetectMimeFromContent()
        Deprecated.