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