Uses of Class
org.springframework.beans.factory.support.DefaultListableBeanFactory

Packages that use DefaultListableBeanFactory
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. 
org.springframework.test Superclasses for tests requiring Spring application contexts, including support for transactional execution of test cases, with automatic rollback on completion. 
org.springframework.test.context.support Support classes for the Spring TestContext Framework
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes. 
org.springframework.web.portlet.context Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes. 
 

Uses of DefaultListableBeanFactory in org.springframework.aop.framework.autoproxy.target
 

Methods in org.springframework.aop.framework.autoproxy.target that return DefaultListableBeanFactory
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.
 

Uses of DefaultListableBeanFactory in org.springframework.beans.factory.xml
 

Subclasses of DefaultListableBeanFactory in org.springframework.beans.factory.xml
 class XmlBeanFactory
          Convenience extension of DefaultListableBeanFactory that reads bean definitions from an XML document.
 

Uses of DefaultListableBeanFactory in org.springframework.context.support
 

Methods in org.springframework.context.support that return DefaultListableBeanFactory
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.
 

Methods in org.springframework.context.support with parameters of type DefaultListableBeanFactory
protected  void AbstractRefreshableApplicationContext.customizeBeanFactory(DefaultListableBeanFactory beanFactory)
          Customize the internal bean factory used by this context.
protected  void AbstractXmlApplicationContext.loadBeanDefinitions(DefaultListableBeanFactory beanFactory)
          Loads the bean definitions via an XmlBeanDefinitionReader.
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.
 

Constructors in org.springframework.context.support with parameters of type DefaultListableBeanFactory
GenericApplicationContext(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
 

Methods in org.springframework.test with parameters of type DefaultListableBeanFactory
protected  void AbstractSingleSpringContextTests.customizeBeanFactory(DefaultListableBeanFactory beanFactory)
          Customize the internal bean factory of the ApplicationContext used by this test.
 

Uses of DefaultListableBeanFactory in org.springframework.test.context.support
 

Methods in org.springframework.test.context.support with parameters of type DefaultListableBeanFactory
protected  void AbstractGenericContextLoader.customizeBeanFactory(DefaultListableBeanFactory beanFactory)
          Customize the internal bean factory of the ApplicationContext created by this ContextLoader.
 

Uses of DefaultListableBeanFactory in org.springframework.web.context.support
 

Methods in org.springframework.web.context.support with parameters of type DefaultListableBeanFactory
protected  void XmlWebApplicationContext.loadBeanDefinitions(DefaultListableBeanFactory beanFactory)
          Loads the bean definitions via an XmlBeanDefinitionReader.
 

Constructors in org.springframework.web.context.support with parameters of type DefaultListableBeanFactory
GenericWebApplicationContext(DefaultListableBeanFactory beanFactory)
          Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
 

Uses of DefaultListableBeanFactory in org.springframework.web.portlet.context
 

Methods in org.springframework.web.portlet.context with parameters of type DefaultListableBeanFactory
protected  void XmlPortletApplicationContext.loadBeanDefinitions(DefaultListableBeanFactory beanFactory)
          Loads the bean definitions via an XmlBeanDefinitionReader.
 



Copyright © 2002-2008 The Spring Framework.