| Enum Constant and Description |
|---|
BODY |
CHAIN |
CONTEXT |
COOKIE |
ENVIRONMENT |
HEADER |
HOST |
PATH |
QUERY |
REQUEST |
SERVER_PATH |
URL |
USER |
| Modifier and Type | Method and Description |
|---|---|
static Param.In |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Param.In[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Param.In HOST
public static final Param.In SERVER_PATH
public static final Param.In PATH
public static final Param.In QUERY
public static final Param.In BODY
public static final Param.In COOKIE
public static final Param.In HEADER
public static final Param.In USER
public static final Param.In CHAIN
public static final Param.In CONTEXT
public static final Param.In ENVIRONMENT
public static final Param.In URL
public static final Param.In REQUEST
public static Param.In[] values()
for (Param.In c : Param.In.values()) System.out.println(c);
public static Param.In 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 nullCopyright © 2023 Rocket Partners, LLC. All rights reserved.