Uses of Interface
org.springframework.beans.factory.config.ConfigurableListableBeanFactory

Packages that use ConfigurableListableBeanFactory
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.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD.  
org.springframework.context This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API.  
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.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. 
 

Uses of ConfigurableListableBeanFactory in org.springframework.beans.factory.config
 

Methods in org.springframework.beans.factory.config with parameters of type ConfigurableListableBeanFactory
protected  void PropertyPlaceholderConfigurer.processProperties(ConfigurableListableBeanFactory beanFactory, java.util.Properties props)
           
protected  void PropertyOverrideConfigurer.processProperties(ConfigurableListableBeanFactory beanFactory, java.util.Properties props)
           
protected  void PropertyOverrideConfigurer.processKey(ConfigurableListableBeanFactory factory, java.lang.String key, java.lang.String value)
          Process the given key as 'beanName.property' entry.
protected  void PropertyOverrideConfigurer.applyPropertyValue(ConfigurableListableBeanFactory factory, java.lang.String beanName, java.lang.String property, java.lang.String value)
           
 void PropertyResourceConfigurer.postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
           
protected abstract  void PropertyResourceConfigurer.processProperties(ConfigurableListableBeanFactory beanFactory, java.util.Properties props)
          Apply the given Properties to the bean factory.
 void CustomEditorConfigurer.postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
           
 void BeanFactoryPostProcessor.postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
          Modify the application context's internal bean factory after its standard initialization.
 

Uses of ConfigurableListableBeanFactory in org.springframework.beans.factory.support
 

Classes in org.springframework.beans.factory.support that implement ConfigurableListableBeanFactory
 class DefaultListableBeanFactory
          Concrete implementation of ListableBeanFactory.
 

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

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

Uses of ConfigurableListableBeanFactory in org.springframework.context
 

Methods in org.springframework.context that return ConfigurableListableBeanFactory
 ConfigurableListableBeanFactory ConfigurableApplicationContext.getBeanFactory()
          Return the internal bean factory of this application context.
 

Uses of ConfigurableListableBeanFactory in org.springframework.context.support
 

Methods in org.springframework.context.support that return ConfigurableListableBeanFactory
abstract  ConfigurableListableBeanFactory AbstractApplicationContext.getBeanFactory()
          Subclasses must return their internal bean factory here.
 ConfigurableListableBeanFactory AbstractXmlApplicationContext.getBeanFactory()
           
 ConfigurableListableBeanFactory StaticApplicationContext.getBeanFactory()
          Return underlying bean factory for super class.
 

Methods in org.springframework.context.support with parameters of type ConfigurableListableBeanFactory
protected  void AbstractApplicationContext.postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
          Modify the application context's internal bean factory after its standard initialization.
 

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

Methods in org.springframework.web.context.support with parameters of type ConfigurableListableBeanFactory
protected  void XmlWebApplicationContext.postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
           
 



Copyright (C) 2003-2004 The Spring Framework Project.