Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.util.webwork
Class JiveActionContextCleanUp

java.lang.Object
  extended by com.opensymphony.webwork.dispatcher.ActionContextCleanUp
      extended by 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

Field Summary
 
Fields inherited from class com.opensymphony.webwork.dispatcher.ActionContextCleanUp
filterConfig
 
Constructor Summary
JiveActionContextCleanUp()
           
 
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
 

Constructor Detail

JiveActionContextCleanUp

public JiveActionContextCleanUp()
Method Detail

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)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.