Class ComponentScope

java.lang.Object
org.zkoss.spring.web.context.request.ComponentScope
All Implemented Interfaces:
org.springframework.beans.factory.config.Scope

@Deprecated public class ComponentScope extends Object implements org.springframework.beans.factory.config.Scope
Deprecated.
obsolete since 4.0.0
ZK Component scope; accessible only in ZK event handling request.
Since:
1.2
Author:
henrichen
  • Constructor Details

    • ComponentScope

      public ComponentScope()
      Deprecated.
  • Method Details

    • get

      public Object get(String name, org.springframework.beans.factory.ObjectFactory<?> objectFactory)
      Deprecated.
      Specified by:
      get in interface org.springframework.beans.factory.config.Scope
    • getConversationId

      public String getConversationId()
      Deprecated.
      Specified by:
      getConversationId in interface org.springframework.beans.factory.config.Scope
    • registerDestructionCallback

      public void registerDestructionCallback(String name, Runnable callback)
      Deprecated.
      Specified by:
      registerDestructionCallback in interface org.springframework.beans.factory.config.Scope
    • remove

      public Object remove(String name)
      Deprecated.
      Specified by:
      remove in interface org.springframework.beans.factory.config.Scope
    • resolveContextualObject

      public Object resolveContextualObject(String key)
      Deprecated.
      Specified by:
      resolveContextualObject in interface org.springframework.beans.factory.config.Scope