public class Scope extends Enum
Modifier and Type | Class and Description |
---|---|
static class |
Scope.Type |
Modifier and Type | Field and Description |
---|---|
static Scope |
APPLICATION |
static String |
APPLICATION_STR |
static Scope |
DEFAULT |
static Scope |
FACTORY |
static String |
FACTORY_STR |
static Scope |
REQUEST |
static String |
REQUEST_STR |
static Scope |
SESSION |
static String |
SESSION_STR |
Modifier | Constructor and Description |
---|---|
protected |
Scope() |
Modifier and Type | Method and Description |
---|---|
static Scope |
getDefault() |
static Scope |
getScope(int scope) |
static Scope |
getScope(String scope) |
static Scope |
getScope(String scope,
Scope dephault) |
static String[] |
getScopes() |
static boolean |
isValid(String scope) |
static int |
size() |
public static final String REQUEST_STR
public static final String APPLICATION_STR
public static final String SESSION_STR
public static final String FACTORY_STR
public static final Scope REQUEST
public static final Scope APPLICATION
public static final Scope SESSION
public static final Scope FACTORY
public static final Scope DEFAULT
Copyright © The Apache Software Foundation. All Rights Reserved.