public class WideSessionScope
extends org.springframework.web.context.request.AbstractRequestAttributesScope
implements org.springframework.beans.factory.config.Scope
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ThreadLocal<Object>> |
objectHolders |
| Constructor and Description |
|---|
WideSessionScope() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String name,
org.springframework.beans.factory.ObjectFactory<?> objectFactory) |
String |
getConversationId() |
protected int |
getScope() |
void |
registerDestructionCallback(String name,
Runnable callback) |
Object |
remove(String name) |
resolveContextualObjectprotected Map<String,ThreadLocal<Object>> objectHolders
protected int getScope()
getScope in class org.springframework.web.context.request.AbstractRequestAttributesScopepublic String getConversationId()
getConversationId in interface org.springframework.beans.factory.config.Scopepublic Object get(String name, org.springframework.beans.factory.ObjectFactory<?> objectFactory)
get in interface org.springframework.beans.factory.config.Scopeget in class org.springframework.web.context.request.AbstractRequestAttributesScopepublic Object remove(String name)
remove in interface org.springframework.beans.factory.config.Scoperemove in class org.springframework.web.context.request.AbstractRequestAttributesScopepublic void registerDestructionCallback(String name, Runnable callback)
registerDestructionCallback in interface org.springframework.beans.factory.config.ScoperegisterDestructionCallback in class org.springframework.web.context.request.AbstractRequestAttributesScopeCopyright © 2015 Matsuo IT. All rights reserved.