站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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

Packages that use DestructionAwareBeanPostProcessor
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. 
 

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

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

Uses of DestructionAwareBeanPostProcessor in org.springframework.web.struts
 

Classes in org.springframework.web.struts that implement DestructionAwareBeanPostProcessor
 class ActionServletAwareProcessor
          BeanPostProcessor implementation that passes the ActionServlet to beans that extend the Struts Action class.
 



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