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