public enum AlloyWebConfigParam extends Enum<AlloyWebConfigParam>
| Enum Constant and Description |
|---|
AlloyTagDecoratorEnabled |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanValue(javax.faces.context.ExternalContext externalContext) |
static AlloyWebConfigParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlloyWebConfigParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlloyWebConfigParam AlloyTagDecoratorEnabled
public static AlloyWebConfigParam[] values()
for (AlloyWebConfigParam c : AlloyWebConfigParam.values()) System.out.println(c);
public static AlloyWebConfigParam 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 nullpublic boolean getBooleanValue(javax.faces.context.ExternalContext externalContext)
Copyright © 2016 Liferay, Inc.. All rights reserved.