Class ApplicationScope
java.lang.Object
org.zkoss.spring.web.context.request.ApplicationScope
- All Implemented Interfaces:
org.springframework.beans.factory.config.Scope
public class ApplicationScope
extends Object
implements org.springframework.beans.factory.config.Scope
ZK WebApp scope; accessible only in ZK event handling request.
- Since:
- 1.2
- Author:
- henrichen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterDestructionCallback(String name, Runnable callback)
-
Constructor Details
-
ApplicationScope
public ApplicationScope()
-
-
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
-