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

Packages that use ConfigurableBeanFactory
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. 
 

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

Subinterfaces of ConfigurableBeanFactory in org.springframework.beans.factory.config
 interface ConfigurableListableBeanFactory
          Configuration interface to be implemented by most listable bean factories.
 

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

Classes in org.springframework.beans.factory.support that implement ConfigurableBeanFactory
 class AbstractAutowireCapableBeanFactory
          Abstract BeanFactory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
 class AbstractBeanFactory
          Abstract base class for BeanFactory implementations, providing the full capabilities of the ConfigurableBeanFactory SPI.
 class DefaultListableBeanFactory
          Default implementation of the ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definitions.
 

Methods in org.springframework.beans.factory.support with parameters of type ConfigurableBeanFactory
static void ConfigurableBeanFactoryUtils.registerResourceEditors(ConfigurableBeanFactory beanFactory, ResourceLoader resourceLoader)
          Populate the given bean factory with the following resource editors: ResourceEditor, URLEditor, InputStreamEditor.
static void ConfigurableBeanFactoryUtils.registerResourceEditors(ConfigurableBeanFactory beanFactory, ResourcePatternResolver resourcePatternResolver)
          Populate the given bean factory with the following resource editors: ResourceEditor, URLEditor, InputStreamEditor, ResourceArrayPropertyEditor.
 

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

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



Copyright (c) 2002-2007 The Spring Framework Project.