com.jivesoftware.base.util.webwork
Class JiveActionContextCleanUp
java.lang.Object
com.opensymphony.webwork.dispatcher.ActionContextCleanUp
com.jivesoftware.base.util.webwork.JiveActionContextCleanUp
- All Implemented Interfaces:
- javax.servlet.Filter
public class JiveActionContextCleanUp
- extends com.opensymphony.webwork.dispatcher.ActionContextCleanUp
- implements javax.servlet.Filter
Subclass of ActionContextCleanUp
which can be called recursively without prematurely
cleaning up the action context. This comes up when running in WebLogic.
- See Also:
FilterDispatcher
Fields inherited from class com.opensymphony.webwork.dispatcher.ActionContextCleanUp |
filterConfig |
Method Summary |
protected static void |
cleanUp(javax.servlet.ServletRequest req)
|
void |
doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.FilterChain chain)
|
Methods inherited from class com.opensymphony.webwork.dispatcher.ActionContextCleanUp |
destroy, getFilterConfig, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.Filter |
destroy, init |
JiveActionContextCleanUp
public JiveActionContextCleanUp()
doFilter
public void doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.FilterChain chain)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
doFilter
in interface javax.servlet.Filter
- Overrides:
doFilter
in class com.opensymphony.webwork.dispatcher.ActionContextCleanUp
- Throws:
java.io.IOException
javax.servlet.ServletException
cleanUp
protected static void cleanUp(javax.servlet.ServletRequest req)
Copyright © 1999-2006 Jive Software.