クラス ControllerScope

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

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

    • ControllerScope

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

    • 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
    • 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