站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.web.context.request.AbstractRequestAttributesScope (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.web.context.request.AbstractRequestAttributesScope

Packages that use AbstractRequestAttributesScope
org.springframework.web.context.request Support for generic request context holding, in particular for scoping of application objects per HTTP request or HTTP session. 
 

Uses of AbstractRequestAttributesScope in org.springframework.web.context.request
 

Subclasses of AbstractRequestAttributesScope in org.springframework.web.context.request
 class RequestScope
          Request-backed Scope implementation.
 class SessionScope
          Session-backed Scope implementation.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.