Uses of Interface
org.springframework.beans.factory.config.Scope
Packages that use 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
Methods in org.springframework.beans.factory.config that return ScopeModifier and TypeMethodDescriptionConfigurableBeanFactory.getRegisteredScope(String scopeName) Return the Scope implementation for the given scope name, if any.BeanExpressionContext.getScope()Methods in org.springframework.beans.factory.config with parameters of type ScopeModifier and TypeMethodDescriptionvoidAdd the given scope to this configurer's map of scopes.voidConfigurableBeanFactory.registerScope(String scopeName, Scope scope) Register the given scope, backed by the given Scope implementation.Constructors in org.springframework.beans.factory.config with parameters of type ScopeModifierConstructorDescriptionBeanExpressionContext(ConfigurableBeanFactory beanFactory, @Nullable Scope scope) -
Uses of Scope in org.springframework.beans.factory.support
Methods in org.springframework.beans.factory.support that return ScopeMethods in org.springframework.beans.factory.support with parameters of type ScopeModifier and TypeMethodDescriptionvoidAbstractBeanFactory.registerScope(String scopeName, Scope scope) -
Uses of Scope in org.springframework.context.support
Classes in org.springframework.context.support that implement Scope -
Uses of Scope in org.springframework.messaging.simp
Classes in org.springframework.messaging.simp that implement ScopeModifier and TypeClassDescriptionclassAScopeimplementation exposing the attributes of a SiMP session (for example, WebSocket session). -
Uses of Scope in org.springframework.transaction.support
Classes in org.springframework.transaction.support that implement ScopeModifier and TypeClassDescriptionclassA simple transaction-backedScopeimplementation, delegating toTransactionSynchronizationManager's resource binding mechanism. -
Uses of Scope in org.springframework.web.context.request
Classes in org.springframework.web.context.request that implement ScopeModifier and TypeClassDescriptionclassAbstractScopeimplementation that reads from a particular scope in the current thread-boundRequestAttributesobject.classRequest-backedScopeimplementation.classSession-backedScopeimplementation. -
Uses of Scope in org.springframework.web.context.support
Classes in org.springframework.web.context.support that implement Scope