com.atlassian.confluence.util
Class RequestCacheThreadLocalFilter
java.lang.Object
com.atlassian.confluence.util.RequestCacheThreadLocalFilter
- All Implemented Interfaces:
- Filter
public class RequestCacheThreadLocalFilter
- extends Object
- implements Filter
Servlet filter for initialising and cleaning up the RequestCacheThreadLocal. Must be run before (and cleaned up
after) the ProfilingPageFilter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestCacheThreadLocalFilter
public RequestCacheThreadLocalFilter()
doFilter
public void doFilter(ServletRequest servletRequest,
ServletResponse servletResponse,
FilterChain filterChain)
throws IOException,
ServletException
- Specified by:
doFilter in interface Filter
- Throws:
IOException
ServletException
init
public void init(FilterConfig filterConfig)
throws ServletException
- Specified by:
init in interface Filter
- Throws:
ServletException
destroy
public void destroy()
- Specified by:
destroy in interface Filter