The Spring Framework

Uses of Interface
org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor

Packages that use SmartInstantiationAwareBeanPostProcessor
org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration. 
org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories. 
org.springframework.scripting.support Support classes for Spring's scripting package. 
 

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

Classes in org.springframework.beans.factory.annotation that implement SmartInstantiationAwareBeanPostProcessor
 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 SmartInstantiationAwareBeanPostProcessor in org.springframework.beans.factory.config
 

Classes in org.springframework.beans.factory.config that implement SmartInstantiationAwareBeanPostProcessor
 class InstantiationAwareBeanPostProcessorAdapter
          Adapter implementing all methods on SmartInstantiationAwareBeanPostProcessor as no-ops, which will not change normal processing of each bean instantiated by the container.
 

Uses of SmartInstantiationAwareBeanPostProcessor in org.springframework.scripting.support
 

Classes in org.springframework.scripting.support that implement SmartInstantiationAwareBeanPostProcessor
 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.