|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||

java.lang.Objectjava.lang.Enum<ApplicationRequest.HeaderAttributeKey>
com.hack23.cia.service.api.control.ApplicationRequest.HeaderAttributeKey
public static enum ApplicationRequest.HeaderAttributeKey extends Enum<ApplicationRequest.HeaderAttributeKey>
The Enum HeaderAttributeKey.
| Enum Constant and Description |
|---|
CLIENT_INFO_ADDRESS
The CLIEN t_ inf o_ address. |
CLIENT_INFO_HOST
The CLIEN t_ inf o_ host. |
CLIENT_INFO_USER
The CLIEN t_ inf o_ user. |
HEADER_COOKIE
The HEADE r_ cookie. |
HEADER_HOST
The HEADE r_ host. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationRequest.HeaderAttributeKey |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ApplicationRequest.HeaderAttributeKey[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ApplicationRequest.HeaderAttributeKey CLIENT_INFO_ADDRESS
public static final ApplicationRequest.HeaderAttributeKey CLIENT_INFO_HOST
public static final ApplicationRequest.HeaderAttributeKey CLIENT_INFO_USER
public static final ApplicationRequest.HeaderAttributeKey HEADER_COOKIE
public static final ApplicationRequest.HeaderAttributeKey HEADER_HOST
| Method Detail |
|---|
public static ApplicationRequest.HeaderAttributeKey[] values()
for (ApplicationRequest.HeaderAttributeKey c : ApplicationRequest.HeaderAttributeKey.values()) System.out.println(c);
public static ApplicationRequest.HeaderAttributeKey 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||