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. 
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.struts Support classes for integrating a Struts web tier with a Spring middle tier which is typically hosted in a Spring root WebApplicationContext. 
 

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.
InstantiationAwareBeanPostProcessor
          Subinterface of BeanPostProcessor that adds a before-instantiation callback.
 

Classes in org.springframework.beans.factory.config used by org.springframework.beans.factory.config
AbstractFactoryBean
          Simple template superclass for FactoryBean implementations that creates a singleton or a prototype object, depending on a flag.
AutowireCapableBeanFactory
          Extension of the BeanFactory interface to be implemented by bean factories that are capable of autowiring, provided that they want to 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
          Configuration interface to be implemented by most bean factories.
ConfigurableListableBeanFactory
          Configuration interface to be implemented by most listable bean factories.
ConstructorArgumentValues
          Holder for constructor argument values, as part of a bean definition.
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. a properties file.
 

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, provided that they want to 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.
BeanDefinitionHolder
          Holder for a BeanDefinition with name and aliases.
BeanPostProcessor
          Allows for custom modification of new bean instances, e.g.
ConfigurableBeanFactory
          Configuration interface to be implemented by most bean factories.
ConfigurableListableBeanFactory
          Configuration interface to be implemented by most listable bean factories.
ConstructorArgumentValues
          Holder for constructor argument values, as part of a bean definition.
 

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, provided that they want to 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.
BeanDefinitionHolder
          Holder for a BeanDefinition with name and aliases.
ConfigurableBeanFactory
          Configuration interface to be implemented by most bean factories.
ConfigurableListableBeanFactory
          Configuration interface to be implemented by most listable bean factories.
ConstructorArgumentValues
          Holder for constructor argument values, as part of a bean definition.
 

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
          Configuration interface to be implemented by most listable bean factories.
 

Classes in org.springframework.beans.factory.config used by org.springframework.context.support
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.
ConfigurableListableBeanFactory
          Configuration interface to be implemented by most listable bean factories.
PropertiesFactoryBean
          Allows for making a properties file from a classpath location available as Properties instance in a bean factory.
 

Classes in org.springframework.beans.factory.config used by org.springframework.web.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
          Configuration interface to be implemented by most listable bean factories.
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. a properties file.
 

Classes in org.springframework.beans.factory.config used by org.springframework.web.servlet.handler
BeanPostProcessor
          Allows for custom modification of new bean instances, e.g.
DestructionAwareBeanPostProcessor
          Subinterface of BeanPostProcessor that adds a before-destruction callback.
 

Classes in org.springframework.beans.factory.config used by org.springframework.web.struts
BeanPostProcessor
          Allows for custom modification of new bean instances, e.g.
DestructionAwareBeanPostProcessor
          Subinterface of BeanPostProcessor that adds a before-destruction callback.
 



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