|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.filter.CompressingFilter
public class CompressingFilter
Wraps the com.planetj.servlet.filter.compression.CompressingFilter
so that it can be switched on and off from
the Bamboo UI.
Constructor Summary | |
---|---|
CompressingFilter()
|
Method Summary | |
---|---|
void |
destroy()
|
void |
doFilter(ServletRequest servletRequest,
ServletResponse servletResponse,
FilterChain filterChain)
|
FilterConfig |
getFilterConfig()
Deprecated. Not needed in latest version of Servlet 2.3 API. NOTE: Filter doesn't work with Orion 1.5.2 without this method |
void |
init(FilterConfig filterConfig)
|
void |
setFilterConfig(FilterConfig filterConfig)
Deprecated. Not needed in latest version of Servlet 2.3 API - replaced by init(). NOTE: Filter doesn't work with Orion 1.5.2 without this method |
void |
setWrappedFilter(Filter filter)
Used in testing to provide a mock wrapped filter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompressingFilter()
Method Detail |
---|
public void init(FilterConfig filterConfig) throws ServletException
ServletException
public FilterConfig getFilterConfig()
public void setFilterConfig(FilterConfig filterConfig)
public void doFilter(ServletRequest servletRequest, ServletResponse servletResponse, FilterChain filterChain) throws IOException, ServletException
IOException
ServletException
public void destroy()
public void setWrappedFilter(Filter filter)
filter
- The wrapped filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |