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 SummaryConstructors Constructor Description WindowScope()
 - 
Method SummaryAll 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- 
getpublic Object get(String name, ObjectFactory<?> objectFactory) 
 - 
registerDestructionCallbackpublic void registerDestructionCallback(String name, Runnable runnable) - Specified by:
- registerDestructionCallbackin interface- Scope
 
 - 
resolveContextualObjectpublic Object resolveContextualObject(String name) - Specified by:
- resolveContextualObjectin interface- Scope
 
 - 
getConversationIdpublic String getConversationId() - Specified by:
- getConversationIdin interface- Scope
 
 
- 
 
-