Package | Description |
---|---|
org.springframework.aop.framework.autoproxy.target |
Generic support classes for target source creation.
|
org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" DTD. |
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 |
---|---|
protected DefaultListableBeanFactory |
AbstractBeanFactoryBasedTargetSourceCreator.buildInternalBeanFactory(ConfigurableBeanFactory containingFactory)
Build an internal BeanFactory for resolving target beans.
|
protected DefaultListableBeanFactory |
AbstractBeanFactoryBasedTargetSourceCreator.getInternalBeanFactoryForBean(String beanName)
Return the internal BeanFactory to be used for the specified bean.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlBeanFactory
Deprecated.
as of Spring 3.1 in favor of
DefaultListableBeanFactory and
XmlBeanDefinitionReader |
Modifier and Type | Method and Description |
---|---|
protected DefaultListableBeanFactory |
AbstractRefreshableApplicationContext.createBeanFactory()
Create an internal bean factory for this context.
|
DefaultListableBeanFactory |
GenericApplicationContext.getDefaultListableBeanFactory()
Return the underlying bean factory of this context,
available for registering bean definitions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRefreshableApplicationContext.customizeBeanFactory(DefaultListableBeanFactory beanFactory)
Customize the internal bean factory used by this context.
|
protected abstract void |
AbstractRefreshableApplicationContext.loadBeanDefinitions(DefaultListableBeanFactory beanFactory)
Load bean definitions into the given bean factory, typically through
delegating to one or more bean definition readers.
|
protected void |
AbstractXmlApplicationContext.loadBeanDefinitions(DefaultListableBeanFactory beanFactory)
Loads the bean definitions via an XmlBeanDefinitionReader.
|
Constructor and Description |
---|
GenericApplicationContext(DefaultListableBeanFactory beanFactory)
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
|
GenericApplicationContext(DefaultListableBeanFactory beanFactory,
ApplicationContext parent)
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
|
Copyright © 2012. All Rights Reserved.