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