public enum WebAnalyticsAttributeName extends Enum<WebAnalyticsAttributeName> implements com.github.dandelion.thymeleaf.util.AttributeName
| Enum Constant and Description |
|---|
FINALIZER
Assets Finalizer
|
PROVIDER
Tracker provider
|
TOKEN
Tracker token
|
TRACKER
Tracker enabled
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
static WebAnalyticsAttributeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAnalyticsAttributeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebAnalyticsAttributeName PROVIDER
public static final WebAnalyticsAttributeName TOKEN
public static final WebAnalyticsAttributeName TRACKER
public static final WebAnalyticsAttributeName FINALIZER
public static WebAnalyticsAttributeName[] values()
for (WebAnalyticsAttributeName c : WebAnalyticsAttributeName.values()) System.out.println(c);
public static WebAnalyticsAttributeName 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 String getAttribute()
getAttribute in interface com.github.dandelion.thymeleaf.util.AttributeNameCopyright © 2013. All Rights Reserved.