| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Scope | ConfigurableBeanFactory. getRegisteredScope(String scopeName)Return the Scope implementation for the given scope name, if any. | 
| Scope | BeanExpressionContext. getScope() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CustomScopeConfigurer. addScope(String scopeName,
        Scope scope)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. | 
| Constructor and Description | 
|---|
| BeanExpressionContext(ConfigurableBeanFactory beanFactory,
                     Scope scope) | 
| Modifier and Type | Method and Description | 
|---|---|
| Scope | AbstractBeanFactory. getRegisteredScope(String scopeName) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractBeanFactory. registerScope(String scopeName,
             Scope scope) |