org.apache.tuscany.sca.host.webapp.junit
Class JUnitServletFilter

java.lang.Object
  extended by org.apache.tuscany.sca.host.webapp.junit.JUnitServletFilter

public class JUnitServletFilter
extends java.lang.Object


Constructor Summary
JUnitServletFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig config)
           
 boolean isJunitEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitServletFilter

public JUnitServletFilter()
Method Detail

destroy

public void destroy()

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws java.io.IOException,
                     ServletException
Throws:
java.io.IOException
ServletException

init

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

isJunitEnabled

public boolean isJunitEnabled()