public enum BroadleafTemplateResolverType extends Enum<BroadleafTemplateResolverType>
| Enum Constant and Description |
|---|
CLASSPATH |
CUSTOM |
DATABASE |
STRING |
THEME_AWARE |
| Modifier and Type | Method and Description |
|---|---|
static BroadleafTemplateResolverType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BroadleafTemplateResolverType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BroadleafTemplateResolverType THEME_AWARE
public static final BroadleafTemplateResolverType DATABASE
public static final BroadleafTemplateResolverType CLASSPATH
public static final BroadleafTemplateResolverType CUSTOM
public static final BroadleafTemplateResolverType STRING
public static BroadleafTemplateResolverType[] values()
for (BroadleafTemplateResolverType c : BroadleafTemplateResolverType.values()) System.out.println(c);
public static BroadleafTemplateResolverType 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 © 2022. All rights reserved.