Class DamMimeUtil


  • public class DamMimeUtil
    extends java.lang.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​(java.lang.String[] mimeList)
        Deprecated.
      • isAllowedMimeType

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

        public static boolean getDetectMimeFromContent()
        Deprecated.