Uses of Package
org.springframework.beans.factory.config

Packages that use org.springframework.beans.factory.config
org.springframework.aop.framework.adapter SPI package allowing Spring AOP framework to handle arbitrary advice types. 
org.springframework.aop.framework.autoproxy Bean post processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean. 
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. 
 

Classes in org.springframework.beans.factory.config used by org.springframework.aop.framework.adapter
BeanPostProcessor
          Allows for custom modification of new bean instances, e.g.
 

Classes in org.springframework.beans.factory.config used by org.springframework.aop.framework.autoproxy
BeanPostProcessor
          Allows for custom modification of new bean instances, e.g.
 

Classes in org.springframework.beans.factory.config used by org.springframework.beans.factory.config
AutowireCapableBeanFactory
          Extension of the BeanFactory interface to be implemented by bean factories that are capable of autowiring and expose this functionality for existing bean instances.
BeanDefinition
          A BeanDefinition describes a bean instance, which has property values, constructor argument values, and further information supplied by concrete implementations.
BeanFactoryPostProcessor
          Allows for custom modification of an application context's bean definitions, adapting the bean property values of the context's underlying bean factory.
BeanPostProcessor
          Allows for custom modification of new bean instances, e.g.
ConfigurableBeanFactory
          SPI interface to be implemented by most if not all bean factories.
ConfigurableListableBeanFactory
          SPI interface to be implemented by most if not all listable bean factories.
ConstructorArgumentValues
          Holder for constructor argument values for a bean.
ConstructorArgumentValues.ValueHolder
          Holder for a constructor argument value, with an optional type attribute indicating the target type of the actual constructor argument.
PropertyPlaceholderConfigurer
          A property resource configurer that resolves placeholders in bean property values of context definitions.
PropertyResourceConfigurer
          Allows for configuration of individual bean property values from a property resource, i.e.
 

Classes in org.springframework.beans.factory.config used by org.springframework.beans.factory.support
AutowireCapableBeanFactory
          Extension of the BeanFactory interface to be implemented by bean factories that are capable of autowiring and expose this functionality for existing bean instances.
BeanDefinition
          A BeanDefinition describes a bean instance, which has property values, constructor argument values, and further information supplied by concrete implementations.
BeanPostProcessor
          Allows for custom modification of new bean instances, e.g.
ConfigurableBeanFactory
          SPI interface to be implemented by most if not all bean factories.
ConfigurableListableBeanFactory
          SPI interface to be implemented by most if not all listable bean factories.
ConstructorArgumentValues
          Holder for constructor argument values for a bean.
RuntimeBeanReference
          Immutable placeholder class used for the value of a PropertyValue object when it's a reference to another bean in this factory to be resolved at runtime.
 

Classes in org.springframework.beans.factory.config used by org.springframework.beans.factory.xml
AutowireCapableBeanFactory
          Extension of the BeanFactory interface to be implemented by bean factories that are capable of autowiring and expose this functionality for existing bean instances.
ConfigurableBeanFactory
          SPI interface to be implemented by most if not all bean factories.
ConfigurableListableBeanFactory
          SPI interface to be implemented by most if not all listable bean factories.
ConstructorArgumentValues
          Holder for constructor argument values for a bean.
 

Classes in org.springframework.beans.factory.config used by org.springframework.context
BeanFactoryPostProcessor
          Allows for custom modification of an application context's bean definitions, adapting the bean property values of the context's underlying bean factory.
ConfigurableListableBeanFactory
          SPI interface to be implemented by most if not all listable bean factories.
 

Classes in org.springframework.beans.factory.config used by org.springframework.context.support
BeanFactoryPostProcessor
          Allows for custom modification of an application context's bean definitions, adapting the bean property values of the context's underlying bean factory.
BeanPostProcessor
          Allows for custom modification of new bean instances, e.g.
ConfigurableListableBeanFactory
          SPI interface to be implemented by most if not all listable bean factories.
 

Classes in org.springframework.beans.factory.config used by org.springframework.web.context.support
BeanPostProcessor
          Allows for custom modification of new bean instances, e.g.
ConfigurableListableBeanFactory
          SPI interface to be implemented by most if not all listable bean factories.
 



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