|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scope | |
---|---|
wheel.enhance | |
wheel.persistence |
Uses of Scope in wheel.enhance |
---|
Methods in wheel.enhance that return Scope | |
---|---|
Scope |
WheelAnnotationVisitor.getScope()
|
Scope |
WheelAnnotatedField.getScope()
|
Methods in wheel.enhance with parameters of type Scope | |
---|---|
void |
WheelAnnotatedField.setScope(Scope scope)
|
Constructors in wheel.enhance with parameters of type Scope | |
---|---|
WheelAnnotatedField(java.lang.String name,
java.lang.String desc,
java.lang.String signature,
Scope scope)
|
Uses of Scope in wheel.persistence |
---|
Methods in wheel.persistence that return Scope | |
---|---|
Scope |
StoredObject.getScope()
|
static Scope |
Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in wheel.persistence with parameters of type Scope | |
---|---|
void |
SessionStore.evict(java.lang.String key,
java.lang.String page,
Component component,
Scope scope)
|
void |
IObjectStore.evict(java.lang.String key,
java.lang.String page,
Component component,
Scope scope)
|
java.lang.Object |
SessionStore.get(java.lang.String key,
java.lang.String page,
java.lang.Class clazz,
Component component,
Scope scope)
|
java.lang.Object |
IObjectStore.get(java.lang.String key,
java.lang.String page,
java.lang.Class clazz,
Component component,
Scope scope)
|
void |
SessionStore.put(java.lang.String key,
java.lang.String page,
java.lang.Object object,
Scope scope,
Component component)
|
void |
IObjectStore.put(java.lang.String key,
java.lang.String page,
java.lang.Object object,
Scope scope,
Component component)
|
void |
SessionStore.putDefaultValue(java.lang.String key,
java.lang.String page,
java.lang.Object object,
Scope scope,
Component component)
|
void |
IObjectStore.putDefaultValue(java.lang.String key,
java.lang.String page,
java.lang.Object object,
Scope scope,
Component component)
|
Constructors in wheel.persistence with parameters of type Scope | |
---|---|
StoredObject(java.lang.Object value,
Scope scope,
java.lang.String key)
|
|
StoredObject(java.lang.Object value,
Scope scope,
java.lang.String pagename,
java.lang.String key)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |