| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractScope.ScopeContainer
IOC container for the custom scopes.
|
| Constructor and Description |
|---|
AbstractScope() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String name,
org.springframework.beans.factory.ObjectFactory<?> objectFactory) |
abstract AbstractScope.ScopeContainer |
getContainer()
Implement to retrieve the container for this scope.
|
String |
getConversationId() |
void |
registerDestructionCallback(String name,
Runnable callback) |
Object |
remove(String name) |
Object |
resolveContextualObject(String key) |
public abstract AbstractScope.ScopeContainer getContainer()
public Object get(String name, org.springframework.beans.factory.ObjectFactory<?> objectFactory)
get in interface org.springframework.beans.factory.config.Scopepublic Object remove(String name)
remove in interface org.springframework.beans.factory.config.Scopepublic void registerDestructionCallback(String name, Runnable callback)
registerDestructionCallback in interface org.springframework.beans.factory.config.Scopepublic Object resolveContextualObject(String key)
resolveContextualObject in interface org.springframework.beans.factory.config.Scopepublic String getConversationId()
getConversationId in interface org.springframework.beans.factory.config.ScopeCopyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.