com.atlassian.jira.web.filters
Class JIRAProfilingFilter

java.lang.Object
  extended by com.atlassian.util.profiling.filters.ProfilingFilter
      extended by com.atlassian.jira.web.filters.JIRAProfilingFilter
All Implemented Interfaces:
javax.servlet.Filter

public class JIRAProfilingFilter
extends com.atlassian.util.profiling.filters.ProfilingFilter


Constructor Summary
JIRAProfilingFilter()
           
 
Method Summary
 void doFilter(javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse, javax.servlet.FilterChain filterChain)
           
 
Methods inherited from class com.atlassian.util.profiling.filters.ProfilingFilter
destroy, init, setFilterConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JIRAProfilingFilter

public JIRAProfilingFilter()
Method Detail

doFilter

public void doFilter(javax.servlet.ServletRequest servletRequest,
                     javax.servlet.ServletResponse servletResponse,
                     javax.servlet.FilterChain filterChain)
              throws IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Overrides:
doFilter in class com.atlassian.util.profiling.filters.ProfilingFilter
Throws:
IOException
javax.servlet.ServletException


Copyright © 2002-2007 Atlassian. All Rights Reserved.