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

Packages that use org.springframework.beans.factory.config
org.springframework.aop.framework.autoproxy 
org.springframework.beans.factory.config 
org.springframework.beans.factory.support 
org.springframework.context 
org.springframework.context.support 

Classes in org.springframework.beans.factory.config used by org.springframework.aop.framework.autoproxy
AbstractAutoProxyCreator
          BeanPostProcessor implementation that wraps a group of beans with AOP proxies that delegate to the given interceptors before invoking the bean itself.
 

Classes in org.springframework.beans.factory.config used by org.springframework.beans.factory.config
BeanFactoryPostProcessor
          Allows for custom modification of an application context's bean definitions, adapting the bean property values of the context's underlying bean factory.
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.
MethodInvokingFactoryBean
          FactoryBean which returns a value which is the result of a static or instance method invocation.
PropertyOverrideConfigurer
          A property resource configurer that overrides bean property values in an application context definition.
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
AbstractBeanFactory
          Abstract superclass that makes implementing a BeanFactory very easy.
DefaultListableBeanFactory
          Concrete implementation of ListableBeanFactory.
RootBeanDefinition
          Root bean definitions have a class plus optionally constructor argument values and property values.
 

Classes in org.springframework.beans.factory.config used by org.springframework.context
ConfigurableApplicationContext
          SPI interface to be implemented by most if not all application contexts.
 

Classes in org.springframework.beans.factory.config used by org.springframework.context.support
AbstractApplicationContext
          Partial implementation of ApplicationContext.
AbstractXmlApplicationContext
          Convenient abstract superclass for ApplicationContext implementations drawing their configuration from XML documents containing bean definitions understood by DefaultXmlBeanDefinitionParser.
ApplicationContextAwareProcessor
          BeanPostProcessor implementation that passes the application context to beans that implement the ApplicationContextAware interface.
StaticApplicationContext
          ApplicationContext to allow concrete registration of Java objects in code, rather than from external configuration sources.