Uses of Class
org.springframework.beans.factory.support.DefaultListableBeanFactory
Package
Description
Various
TargetSourceCreator
implementations for use with Spring's AOP auto-proxying support.Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Support classes for the Spring TestContext Framework.
Web support classes for the Spring TestContext Framework.
Classes supporting the
org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.-
Uses of DefaultListableBeanFactory in org.springframework.aop.framework.autoproxy.target
Modifier and TypeMethodDescriptionprotected 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. -
Uses of DefaultListableBeanFactory in org.springframework.context.annotation
ModifierConstructorDescriptionCreate a new AnnotationConfigApplicationContext with the given DefaultListableBeanFactory. -
Uses of DefaultListableBeanFactory in org.springframework.context.support
Modifier and TypeMethodDescriptionprotected DefaultListableBeanFactory
AbstractRefreshableApplicationContext.createBeanFactory()
Create an internal bean factory for this context.GenericApplicationContext.getDefaultListableBeanFactory()
Return the underlying bean factory of this context, available for registering bean definitions.Modifier and TypeMethodDescriptionprotected 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.ModifierConstructorDescriptionGenericApplicationContext
(DefaultListableBeanFactory beanFactory) Create a new GenericApplicationContext with the given DefaultListableBeanFactory.GenericApplicationContext
(DefaultListableBeanFactory beanFactory, ApplicationContext parent) Create a new GenericApplicationContext with the given DefaultListableBeanFactory. -
Uses of DefaultListableBeanFactory in org.springframework.test.context.support
Modifier and TypeMethodDescriptionprotected void
AbstractGenericContextLoader.customizeBeanFactory
(DefaultListableBeanFactory beanFactory) Customize the internal bean factory of the ApplicationContext created by thisContextLoader
. -
Uses of DefaultListableBeanFactory in org.springframework.test.context.web
Modifier and TypeMethodDescriptionprotected void
AbstractGenericWebContextLoader.customizeBeanFactory
(DefaultListableBeanFactory beanFactory, WebMergedContextConfiguration webMergedConfig) Customize the internal bean factory of theWebApplicationContext
created by this context loader. -
Uses of DefaultListableBeanFactory in org.springframework.web.context.support
Modifier and TypeMethodDescriptionprotected AnnotatedBeanDefinitionReader
AnnotationConfigWebApplicationContext.getAnnotatedBeanDefinitionReader
(DefaultListableBeanFactory beanFactory) Build anAnnotatedBeanDefinitionReader
for the given bean factory.protected ClassPathBeanDefinitionScanner
AnnotationConfigWebApplicationContext.getClassPathBeanDefinitionScanner
(DefaultListableBeanFactory beanFactory) Build aClassPathBeanDefinitionScanner
for the given bean factory.protected void
AnnotationConfigWebApplicationContext.loadBeanDefinitions
(DefaultListableBeanFactory beanFactory) Register aBeanDefinition
for any classes specified byAnnotationConfigWebApplicationContext.register(Class...)
and scan any packages specified byAnnotationConfigWebApplicationContext.scan(String...)
.protected void
GroovyWebApplicationContext.loadBeanDefinitions
(DefaultListableBeanFactory beanFactory) Loads the bean definitions via an GroovyBeanDefinitionReader.protected void
XmlWebApplicationContext.loadBeanDefinitions
(DefaultListableBeanFactory beanFactory) Loads the bean definitions via an XmlBeanDefinitionReader.ModifierConstructorDescriptionGenericWebApplicationContext
(DefaultListableBeanFactory beanFactory) Create a newGenericWebApplicationContext
with the givenDefaultListableBeanFactory
.GenericWebApplicationContext
(DefaultListableBeanFactory beanFactory, ServletContext servletContext) Create a newGenericWebApplicationContext
with the givenDefaultListableBeanFactory
andServletContext
.