public class RequestScope extends ScopeCacheSupport.Base implements org.osgl.inject.ScopeCache.RequestScope, ScopeCacheSupport
org.osgl.inject.ScopeCache.RequestScope, org.osgl.inject.ScopeCache.SessionScope, org.osgl.inject.ScopeCache.SingletonScopeScopeCacheSupport.Base| Modifier and Type | Field and Description |
|---|---|
static RequestScope |
INSTANCE |
| Constructor and Description |
|---|
RequestScope() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(org.osgl.inject.BeanSpec target) |
<T> T |
get(java.lang.String key) |
<T> void |
put(org.osgl.inject.BeanSpec target,
T t) |
<T> void |
put(java.lang.String key,
T t) |
keyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitkeypublic static final RequestScope INSTANCE
public <T> T get(org.osgl.inject.BeanSpec target)
get in interface org.osgl.inject.ScopeCachepublic <T> T get(java.lang.String key)
get in interface ScopeCacheSupportpublic <T> void put(org.osgl.inject.BeanSpec target,
T t)
put in interface org.osgl.inject.ScopeCachepublic <T> void put(java.lang.String key,
T t)
put in interface ScopeCacheSupportCopyright © 2014–2017 ActFramework. All rights reserved.