Uses of Class
org.springframework.beans.factory.config.AbstractFactoryBean

Packages that use AbstractFactoryBean
org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories. 
org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. 
 

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

Subclasses of AbstractFactoryBean in org.springframework.beans.factory.config
 class ListFactoryBean
          Simple factory for shared List instances.
 class MapFactoryBean
          Simple factory for shared Map instances.
 class ObjectFactoryCreatingFactoryBean
          FactoryBean which returns a value which is an ObjectFactory that returns a bean from the BeanFactory.
 class PropertiesFactoryBean
          Allows for making a properties file from a classpath location available as Properties instance in a bean factory.
 class SetFactoryBean
          Simple factory for shared Set instances.
 

Uses of AbstractFactoryBean in org.springframework.context.support
 

Subclasses of AbstractFactoryBean in org.springframework.context.support
 class ResourceMapFactoryBean
          FactoryBean that creates a Map with String keys and Resource values from properties, interpreting passed-in String values as resource locations.
 



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