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.-
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.final ScopeBeanExpressionContext.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, 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)