| java.lang.Object org.springframework.web.struts.ActionServletAwareProcessor
ActionServletAwareProcessor | public class ActionServletAwareProcessor implements DestructionAwareBeanPostProcessor(Code) | | BeanPostProcessor implementation that passes the ActionServlet to beans
that extend the Struts Action class. Invokes Action.setServlet
with null on bean destruction, providing the same lifecycle
handling as Struts' ActionServlet.
ContextLoaderPlugIn automatically registers this processor
with the underlying bean factory of its WebApplicationContext.
Applications do not need to use this class directly.
author: Juergen Hoeller since: 1.0.1 See Also: ContextLoaderPlugIn See Also: org.apache.struts.action.Action.setServlet |
Constructor Summary | |
public | ActionServletAwareProcessor(ActionServlet actionServlet) Create a new ActionServletAwareProcessor for the given servlet. |
ActionServletAwareProcessor | public ActionServletAwareProcessor(ActionServlet actionServlet)(Code) | | Create a new ActionServletAwareProcessor for the given servlet.
|
postProcessBeforeDestruction | public void postProcessBeforeDestruction(Object bean, String beanName)(Code) | | |
|
|