|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DestructionAwareBeanPostProcessor | |
---|---|
org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. |
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. |
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.beans.factory.annotation |
---|
Classes in org.springframework.beans.factory.annotation that implement DestructionAwareBeanPostProcessor | |
---|---|
class |
CommonAnnotationBeanPostProcessor
BeanPostProcessor implementation
that supports common JSR-250 annotations out of the box. |
class |
InitDestroyAnnotationBeanPostProcessor
BeanPostProcessor implementation
that invokes annotated init and destroy methods. |
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. |
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. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |