Class WindowScope
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.icefaces.WindowScope
 
 
- 
- All Implemented Interfaces:
 Scope
@ParametersAreNonnullByDefault public class WindowScope extends Object implements Scope
Spring scopeimplementation which delegates to ICEfaces'WindowScopeManager. 
- 
- 
Constructor Summary
Constructors Constructor Description WindowScope() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String name, ObjectFactory<?> objectFactory)StringgetConversationId()voidregisterDestructionCallback(String name, Runnable runnable)Objectremove(String name)ObjectresolveContextualObject(String name) 
 - 
 
- 
- 
Method Detail
- 
get
public Object get(String name, ObjectFactory<?> objectFactory)
 
- 
registerDestructionCallback
public void registerDestructionCallback(String name, Runnable runnable)
- Specified by:
 registerDestructionCallbackin interfaceScope
 
- 
resolveContextualObject
public Object resolveContextualObject(String name)
- Specified by:
 resolveContextualObjectin interfaceScope
 
- 
getConversationId
public String getConversationId()
- Specified by:
 getConversationIdin interfaceScope
 
 - 
 
 -