| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scope | |
|---|---|
| org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. | 
| org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factorypackage. | 
| 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 Scope in org.springframework.beans.factory.config | 
|---|
| Methods in org.springframework.beans.factory.config that return Scope | |
|---|---|
|  Scope | ConfigurableBeanFactory.getRegisteredScope(String scopeName)Return the Scope implementation for the given scope name, if any. | 
| Methods in org.springframework.beans.factory.config with parameters of type Scope | |
|---|---|
|  void | ConfigurableBeanFactory.registerScope(String scopeName,
              Scope scope)Register the given scope, backed by the given Scope implementation. | 
| Uses of Scope in org.springframework.beans.factory.support | 
|---|
| Methods in org.springframework.beans.factory.support that return Scope | |
|---|---|
|  Scope | AbstractBeanFactory.getRegisteredScope(String scopeName) | 
| Methods in org.springframework.beans.factory.support with parameters of type Scope | |
|---|---|
|  void | AbstractBeanFactory.registerScope(String scopeName,
              Scope scope) | 
| Uses of Scope in org.springframework.web.context.request | 
|---|
| Classes in org.springframework.web.context.request that implement Scope | |
|---|---|
|  class | AbstractRequestAttributesScopeAbstract Scopeimplementation that reads from a particular scope
 in the current thread-boundRequestAttributesobject. | 
|  class | RequestScopeRequest-backed Scopeimplementation. | 
|  class | SessionScopeSession-backed Scopeimplementation. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||