com.atlassian.bamboo.filter
Class NonCachingHeaderFilter

java.lang.Object
  extended by com.atlassian.bamboo.filter.NonCachingHeaderFilter

public class NonCachingHeaderFilter
extends Object


Constructor Summary
NonCachingHeaderFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest servletRequest, ServletResponse servletResponse, FilterChain filterChain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonCachingHeaderFilter

public NonCachingHeaderFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Throws:
ServletException

doFilter

public void doFilter(ServletRequest servletRequest,
                     ServletResponse servletResponse,
                     FilterChain filterChain)
              throws IOException,
                     ServletException
Throws:
IOException
ServletException

destroy

public void destroy()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.