|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Parameter.Source>
org.glassfish.jersey.server.model.Parameter.Source
public static enum Parameter.Source
Parameter injection sources type.
| Enum Constant Summary | |
|---|---|
CONTEXT
Context parameter injection source. |
|
COOKIE
Cookie parameter injection source. |
|
ENTITY
Entity parameter injection source. |
|
FORM
Form parameter injection source. |
|
HEADER
Header parameter injection source. |
|
MATRIX
Matrix parameter injection source. |
|
PATH
Path parameter injection source. |
|
QUERY
Query parameter injection source. |
|
UNKNOWN
Unknown parameter injection source. |
|
URI
Uri parameter injection source. |
|
| Method Summary | |
|---|---|
static Parameter.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Parameter.Source[] |
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 Parameter.Source ENTITY
public static final Parameter.Source QUERY
public static final Parameter.Source MATRIX
public static final Parameter.Source PATH
public static final Parameter.Source COOKIE
public static final Parameter.Source HEADER
public static final Parameter.Source CONTEXT
public static final Parameter.Source FORM
public static final Parameter.Source URI
public static final Parameter.Source UNKNOWN
| Method Detail |
|---|
public static Parameter.Source[] values()
for (Parameter.Source c : Parameter.Source.values()) System.out.println(c);
public static Parameter.Source valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||