public enum BroadleafTemplateMode extends Enum<BroadleafTemplateMode>
HTML5 since most templates are HTML5| Enum Constant and Description |
|---|
CSS |
HTML |
HTML5 |
JAVASCRIPT |
LEGACYHTML5 |
RAW |
TEXT |
XML |
| Modifier and Type | Method and Description |
|---|---|
static BroadleafTemplateMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BroadleafTemplateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BroadleafTemplateMode HTML
public static final BroadleafTemplateMode XML
public static final BroadleafTemplateMode TEXT
public static final BroadleafTemplateMode JAVASCRIPT
public static final BroadleafTemplateMode CSS
public static final BroadleafTemplateMode RAW
public static final BroadleafTemplateMode HTML5
public static final BroadleafTemplateMode LEGACYHTML5
public static BroadleafTemplateMode[] values()
for (BroadleafTemplateMode c : BroadleafTemplateMode.values()) System.out.println(c);
public static BroadleafTemplateMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.