类 RequestScope
java.lang.Object
cn.taketoday.web.context.support.AbstractRequestContextScope<RequestContext>
cn.taketoday.web.context.support.RequestScope
- 所有已实现的接口:
cn.taketoday.beans.factory.config.Scope
RequestScope beans just available in current
RequestContext
like spring's RequestScope
- 从以下版本开始:
- 4.0 2022/1/19 21:40
- 作者:
- Harry Yang
-
字段概要
字段从接口继承的字段 cn.taketoday.beans.factory.config.Scope
PROTOTYPE, SINGLETON -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected ObjectgetAttribute(RequestContext context, String beanName) voidregisterDestructionCallback(String name, Runnable callback) protected voidremoveAttribute(RequestContext context, String name) protected voidsetAttribute(RequestContext context, String beanName, Object scopedObject) 从类继承的方法 cn.taketoday.web.context.support.AbstractRequestContextScope
doGetBean, remove从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.taketoday.beans.factory.config.Scope
getConversationId
-
字段详细资料
-
instance
-
-
构造器详细资料
-
RequestScope
public RequestScope()
-
-
方法详细资料
-
get
-
remove
-
setAttribute
-
getAttribute
-
removeAttribute
-
resolveContextualObject
-
registerDestructionCallback
-