com.atlassian.confluence.web.filter
Class ThreadLocalCacheFilter
java.lang.Object
com.atlassian.confluence.web.filter.ThreadLocalCacheFilter
- All Implemented Interfaces:
- Filter
public class ThreadLocalCacheFilter
- extends Object
- implements Filter
Filter that sets up and destroys the per-web-request generic threadlocal cache.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadLocalCacheFilter
public ThreadLocalCacheFilter()
init
public void init(FilterConfig filterConfig)
throws ServletException
- Specified by:
init in interface Filter
- Throws:
ServletException
doFilter
public void doFilter(ServletRequest servletRequest,
ServletResponse servletResponse,
FilterChain filterChain)
throws IOException,
ServletException
- Specified by:
doFilter in interface Filter
- Throws:
IOException
ServletException
destroy
public void destroy()
- Specified by:
destroy in interface Filter