The Spring Framework

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

Packages that use InstantiationAwareBeanPostProcessorAdapter
org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration. 
org.springframework.scripting.support Support classes for Spring's scripting package. 
 

Uses of InstantiationAwareBeanPostProcessorAdapter in org.springframework.beans.factory.annotation
 

Subclasses of InstantiationAwareBeanPostProcessorAdapter in org.springframework.beans.factory.annotation
 class RequiredAnnotationBeanPostProcessor
          A BeanFactoryPostProcessor implementation that ensures that JavaBean properties on beans that are marked with an (arbitrary) Annotation are actually (configured to be) dependency-injected with a value.
 

Uses of InstantiationAwareBeanPostProcessorAdapter in org.springframework.scripting.support
 

Subclasses of InstantiationAwareBeanPostProcessorAdapter in org.springframework.scripting.support
 class ScriptFactoryPostProcessor
          BeanPostProcessor that handles ScriptFactory definitions, replacing each factory with the actual scripted Java object generated by it.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.