|
The Spring Framework | |||||||||
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.factory package. |
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 |
AbstractRequestAttributesScope
Abstract Scope implementation that reads from a particular scope
in the current thread-bound RequestAttributes object. |
class |
RequestScope
Request-backed Scope
implementation. |
class |
SessionScope
Session-backed Scope
implementation. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |