Uses of Interface
org.springframework.beans.factory.config.Scope
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the
org.springframework.beans.factory
package.Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Generic support for Simple Messaging Protocols including protocols such as STOMP.
Support classes for the org.springframework.transaction package.
Support for generic request context holding, in particular for
scoping of application objects per HTTP request or HTTP session.
Classes supporting the
org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.-
Uses of Scope in org.springframework.beans.factory.config
Modifier and TypeMethodDescriptionConfigurableBeanFactory.getRegisteredScope
(String scopeName) Return the Scope implementation for the given scope name, if any.final Scope
BeanExpressionContext.getScope()
Modifier and TypeMethodDescriptionvoid
Add the given scope to this configurer's map of scopes.void
ConfigurableBeanFactory.registerScope
(String scopeName, Scope scope) Register the given scope, backed by the given Scope implementation.ModifierConstructorDescriptionBeanExpressionContext
(ConfigurableBeanFactory beanFactory, Scope scope) -
Uses of Scope in org.springframework.beans.factory.support
Modifier and TypeMethodDescriptionvoid
AbstractBeanFactory.registerScope
(String scopeName, Scope scope) -
Uses of Scope in org.springframework.context.support
-
Uses of Scope in org.springframework.messaging.simp
Modifier and TypeClassDescriptionclass
AScope
implementation exposing the attributes of a SiMP session (e.g. -
Uses of Scope in org.springframework.transaction.support
Modifier and TypeClassDescriptionclass
A simple transaction-backedScope
implementation, delegating toTransactionSynchronizationManager
's resource binding mechanism. -
Uses of Scope in org.springframework.web.context.request
Modifier and TypeClassDescriptionclass
AbstractScope
implementation that reads from a particular scope in the current thread-boundRequestAttributes
object.class
Request-backedScope
implementation.class
Session-backedScope
implementation. -
Uses of Scope in org.springframework.web.context.support