@ParametersAreNonnullByDefault
public class WindowScope
extends java.lang.Object
implements org.springframework.beans.factory.config.Scope
Spring scope
implementation which delegates to ICEfaces' WindowScopeManager
.Constructor and Description |
---|
WindowScope() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.String name,
org.springframework.beans.factory.ObjectFactory<?> objectFactory) |
java.lang.String |
getConversationId() |
void |
registerDestructionCallback(java.lang.String name,
java.lang.Runnable runnable) |
java.lang.Object |
remove(java.lang.String name) |
java.lang.Object |
resolveContextualObject(java.lang.String name) |
public java.lang.Object get(java.lang.String name, org.springframework.beans.factory.ObjectFactory<?> objectFactory)
get
in interface org.springframework.beans.factory.config.Scope
public java.lang.Object remove(java.lang.String name)
remove
in interface org.springframework.beans.factory.config.Scope
public void registerDestructionCallback(java.lang.String name, java.lang.Runnable runnable)
registerDestructionCallback
in interface org.springframework.beans.factory.config.Scope
public java.lang.Object resolveContextualObject(java.lang.String name)
resolveContextualObject
in interface org.springframework.beans.factory.config.Scope
public java.lang.String getConversationId()
getConversationId
in interface org.springframework.beans.factory.config.Scope