Enum HTMLContentType
- java.lang.Object
-
- java.lang.Enum<HTMLContentType>
-
- com.day.cq.wcm.designimporter.parser.HTMLContentType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<HTMLContentType>
public enum HTMLContentType extends java.lang.Enum<HTMLContentType>
Enumerates the supported HTML content types
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MARKUPMarkup contentMETAMeta contentSCRIPT_INCLUDEExternal javascript included viaSCRIPT_INLINEInline javascript within the tagSTYLES_INLINEinline styles within the
-