org.jboss.seam.ui.component.html
protected static enum HtmlCache.Properties extends Enum<HtmlCache.Properties>
| Enum Constant and Description |
|---|
cacheProvider |
enabled |
key |
region |
| Modifier and Type | Method and Description |
|---|---|
static HtmlCache.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlCache.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlCache.Properties cacheProvider
public static final HtmlCache.Properties enabled
public static final HtmlCache.Properties key
public static final HtmlCache.Properties region
public static HtmlCache.Properties[] values()
for (HtmlCache.Properties c : HtmlCache.Properties.values()) System.out.println(c);
public static HtmlCache.Properties 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 © 2015 Seam Framework. All Rights Reserved.