Class ExecutionScope
java.lang.Object
org.zkoss.spring.web.context.request.ExecutionScope
- All Implemented Interfaces:
org.springframework.beans.factory.config.Scope
public class ExecutionScope
extends Object
implements org.springframework.beans.factory.config.Scope
ZK Execution scope; accessible only in one ZK execution(e.g. ZK event handling).
- Since:
- 1.2
- Author:
- henrichen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterDestructionCallback(String name, Runnable callback)
-
Constructor Details
-
ExecutionScope
public ExecutionScope()
-
-
Method Details
-
get
- Specified by:
getin interfaceorg.springframework.beans.factory.config.Scope
-
getConversationId
- Specified by:
getConversationIdin interfaceorg.springframework.beans.factory.config.Scope
-
registerDestructionCallback
- Specified by:
registerDestructionCallbackin interfaceorg.springframework.beans.factory.config.Scope
-
remove
- Specified by:
removein interfaceorg.springframework.beans.factory.config.Scope
-
resolveContextualObject
- Specified by:
resolveContextualObjectin interfaceorg.springframework.beans.factory.config.Scope
-