| 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.factory package. |
| org.springframework.context.support |
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
|
| 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 |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleThreadScope
Thread-backed
Scope implementation. |
Copyright © 2012. All Rights Reserved.