Enum HTMLContentType
- All Implemented Interfaces:
Serializable,Comparable<HTMLContentType>,java.lang.constant.Constable
Enumerates the supported HTML content types
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionMarkup contentMeta contentExternal javascript included viaInline javascript within the taginline styles within the tagExternal css included via -
Method Summary
Modifier and TypeMethodDescriptionstatic HTMLContentTypeReturns the enum constant of this type with the specified name.static HTMLContentType[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
META
Meta content -
MARKUP
Markup content -
SCRIPT_INCLUDE
External javascript included via -
SCRIPT_INLINE
Inline javascript within the
-