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 java.lang.String |
APPLICATION_STR |
static Scope |
DEFAULT |
static Scope |
FACTORY |
static java.lang.String |
FACTORY_STR |
static Scope |
REQUEST |
static java.lang.String |
REQUEST_STR |
static Scope |
SESSION |
static java.lang.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(java.lang.String scope) |
static Scope |
getScope(java.lang.String scope,
Scope dephault) |
static java.lang.String[] |
getScopes() |
static boolean |
isValid(java.lang.String scope) |
static int |
size() |
public static final java.lang.String REQUEST_STR
public static final java.lang.String APPLICATION_STR
public static final java.lang.String SESSION_STR
public static final java.lang.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
public static Scope getDefault()
public static final Scope getScope(int scope)
public static final Scope getScope(java.lang.String scope)
public static final boolean isValid(java.lang.String scope)
public static final int size()
public static final java.lang.String[] getScopes()
Copyright © 2005 Apache Web Services Project. All Rights Reserved.