@ParametersAreNonnullByDefault public class WindowScope extends 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 |
|---|---|
Object |
get(String name,
org.springframework.beans.factory.ObjectFactory<?> objectFactory) |
String |
getConversationId() |
void |
registerDestructionCallback(String name,
Runnable runnable) |
Object |
remove(String name) |
Object |
resolveContextualObject(String name) |
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 runnable)
registerDestructionCallback in interface org.springframework.beans.factory.config.Scopepublic Object resolveContextualObject(String name)
resolveContextualObject in interface org.springframework.beans.factory.config.Scopepublic String getConversationId()
getConversationId in interface org.springframework.beans.factory.config.ScopeCopyright © 2016–2018 JoinFaces. All rights reserved.