public static enum WebConfiguration.WebEnvironmentEntry extends java.lang.Enum<WebConfiguration.WebEnvironmentEntry>
An enum of all environment entries (specified in the
web.xml) recognized by the implmenetation.
| Enum Constant and Description |
|---|
ClientStateSavingPassword |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQualifiedName() |
static WebConfiguration.WebEnvironmentEntry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebConfiguration.WebEnvironmentEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebConfiguration.WebEnvironmentEntry ClientStateSavingPassword
public static WebConfiguration.WebEnvironmentEntry[] values()
for (WebConfiguration.WebEnvironmentEntry c : WebConfiguration.WebEnvironmentEntry.values()) System.out.println(c);
public static WebConfiguration.WebEnvironmentEntry valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getQualifiedName()
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.