com.atlassian.confluence.util
Class AbstractBootstrapHotSwappingFilter
java.lang.Object
com.atlassian.core.filters.AbstractHttpFilter
com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter
- All Implemented Interfaces:
- Filter
- Direct Known Subclasses:
- ConfigurableBootstrapHotSwappingFilter, ConfluenceTrustedApplicationsFilter
public abstract class AbstractBootstrapHotSwappingFilter
- extends com.atlassian.core.filters.AbstractHttpFilter
Abstact filter class which will delegate to a particular filter once the container manager is setup.
This is useful for web filters that must collaborate with Spring components.
Methods inherited from class com.atlassian.core.filters.AbstractHttpFilter |
destroy, doFilter, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBootstrapHotSwappingFilter
public AbstractBootstrapHotSwappingFilter()
getSwapTarget
public abstract Filter getSwapTarget()
throws ServletException
- The filter to use once the container manager is available
- Returns:
- filter to delegate to
- Throws:
ServletException
doFilter
public final void doFilter(HttpServletRequest servletRequest,
HttpServletResponse servletResponse,
FilterChain filterChain)
throws IOException,
ServletException
- Specified by:
doFilter
in class com.atlassian.core.filters.AbstractHttpFilter
- Throws:
IOException
ServletException