类 SimpleThreadScope
java.lang.Object
cn.taketoday.context.support.SimpleThreadScope
- 所有已实现的接口:
Scope
A simple thread-backed
Scope implementation.
NOTE: This thread scope is not registered by default in common
contexts. Instead, you need to explicitly assign it to a scope key in your
setup, either through ConfigurableBeanFactory.registerScope(java.lang.String, cn.taketoday.beans.factory.config.Scope) or
through a CustomScopeConfigurer bean.
- 从以下版本开始:
- 2.1.7
- 作者:
- Arjen Poutsma, Juergen Hoeller, TODAY
2020-04-02 21:09
-
字段概要
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
SimpleThreadScope
public SimpleThreadScope()
-
-
方法详细资料
-
remove
-
registerDestructionCallback
- 指定者:
registerDestructionCallback在接口中Scope
-
get
-
resolveContextualObject
- 指定者:
resolveContextualObject在接口中Scope
-
getConversationId
- 指定者:
getConversationId在接口中Scope
-