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