クラス SharedComponentScope

java.lang.Object
org.wcardinal.controller.scope.shared.SharedComponentScope
すべての実装されたインタフェース:
org.springframework.beans.factory.config.Scope

public class SharedComponentScope extends Object implements org.springframework.beans.factory.config.Scope
  • コンストラクタの詳細

    • SharedComponentScope

      public SharedComponentScope()
  • メソッドの詳細

    • get

      public Object get(String name, org.springframework.beans.factory.ObjectFactory<?> objectFactory)
      定義:
      get インタフェース内 org.springframework.beans.factory.config.Scope
    • remove

      public Object remove(String name)
      定義:
      remove インタフェース内 org.springframework.beans.factory.config.Scope
    • destroy

      public void destroy()
    • registerDestructionCallback

      public void registerDestructionCallback(String name, Runnable callback)
      定義:
      registerDestructionCallback インタフェース内 org.springframework.beans.factory.config.Scope
    • resolveContextualObject

      public Object resolveContextualObject(String key)
      定義:
      resolveContextualObject インタフェース内 org.springframework.beans.factory.config.Scope
    • getConversationId

      public String getConversationId()
      定義:
      getConversationId インタフェース内 org.springframework.beans.factory.config.Scope