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

Packages that use DestructionAwareBeanPostProcessor
org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration. 
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
org.springframework.orm.jpa.support Classes supporting the org.springframework.orm.jpa package. 
org.springframework.web.portlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
 

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

Classes in org.springframework.beans.factory.annotation that implement DestructionAwareBeanPostProcessor
 class InitDestroyAnnotationBeanPostProcessor
          BeanPostProcessor implementation that invokes annotated init and destroy methods.
 

Uses of DestructionAwareBeanPostProcessor in org.springframework.context.annotation
 

Classes in org.springframework.context.annotation that implement DestructionAwareBeanPostProcessor
 class CommonAnnotationBeanPostProcessor
          BeanPostProcessor implementation that supports common Java annotations out of the box, in particular the JSR-250 annotations in the javax.annotation package.
 

Uses of DestructionAwareBeanPostProcessor in org.springframework.orm.jpa.support
 

Classes in org.springframework.orm.jpa.support that implement DestructionAwareBeanPostProcessor
 class PersistenceAnnotationBeanPostProcessor
          BeanPostProcessor that processes PersistenceUnit and PersistenceContext annotations, for injection of the corresponding JPA resources EntityManagerFactory and EntityManager.
 

Uses of DestructionAwareBeanPostProcessor in org.springframework.web.portlet.handler
 

Classes in org.springframework.web.portlet.handler that implement DestructionAwareBeanPostProcessor
 class SimplePortletPostProcessor
          Bean post-processor that applies initialization and destruction callbacks to beans that implement the Portlet interface.
 

Uses of DestructionAwareBeanPostProcessor in org.springframework.web.servlet.handler
 

Classes in org.springframework.web.servlet.handler that implement DestructionAwareBeanPostProcessor
 class SimpleServletPostProcessor
          BeanPostProcessor that applies initialization and destruction callbacks to beans that implement the Servlet interface.
 



Copyright © 2002-2008 The Spring Framework.