| Enum Constant and Description |
|---|
COOKIE |
MAP_PARAM |
MODEL_ATTRIBUTE |
PAGECONTEXT_APPLICATION_SCOPE |
PAGECONTEXT_PAGE_SCOPE |
PAGECONTEXT_REQUEST_SCOPE |
PAGECONTEXT_SESSION_SCOPE |
PAGER_PARAM |
PATHVARIABLE |
REQUEST_ATTRIBUTE |
REQUEST_BODY |
REQUEST_HEADER |
REQUEST_PARAM |
SESSION_ATTRIBUTE |
| Modifier and Type | Method and Description |
|---|---|
static Scope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scope REQUEST_PARAM
public static final Scope SESSION_ATTRIBUTE
public static final Scope REQUEST_ATTRIBUTE
public static final Scope PAGECONTEXT_PAGE_SCOPE
public static final Scope PAGECONTEXT_REQUEST_SCOPE
public static final Scope PAGECONTEXT_SESSION_SCOPE
public static final Scope PAGECONTEXT_APPLICATION_SCOPE
public static final Scope MODEL_ATTRIBUTE
public static final Scope PATHVARIABLE
public static final Scope COOKIE
public static final Scope REQUEST_HEADER
public static final Scope REQUEST_BODY
public static final Scope PAGER_PARAM
public static final Scope MAP_PARAM
public static Scope[] values()
for (Scope c : Scope.values()) System.out.println(c);
public static Scope 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 null