Class ContentTypeUtil


  • @Deprecated(since="2022-01-27")
    public class ContentTypeUtil
    extends java.lang.Object
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    Various utility methods for processing strings representing context types.
    • Constructor Summary

      Constructors 
      Constructor Description
      ContentTypeUtil()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.lang.String getSubType​(java.lang.String contextType)
      Deprecated.
       
      static boolean isTextual​(java.lang.String contextType)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContentTypeUtil

        public ContentTypeUtil()
        Deprecated.
    • Method Detail

      • isTextual

        public static boolean isTextual​(java.lang.String contextType)
        Deprecated.
      • getSubType

        public static java.lang.String getSubType​(java.lang.String contextType)
        Deprecated.