org.springframework.richclient.context.support
Class ApplicationWindowScope
java.lang.Object
org.springframework.richclient.context.support.ApplicationWindowScope
- All Implemented Interfaces:
- Scope
public class ApplicationWindowScope
- extends Object
- implements Scope
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationWindowScope
public ApplicationWindowScope()
get
public Object get(String name,
ObjectFactory objectFactory)
- Specified by:
get
in interface Scope
getConversationId
public String getConversationId()
- Specified by:
getConversationId
in interface Scope
registerDestructionCallback
public void registerDestructionCallback(String name,
Runnable callback)
- Specified by:
registerDestructionCallback
in interface Scope
remove
public Object remove(String name)
- Specified by:
remove
in interface Scope
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.