org.apache.tuscany.sca.host.webapp
Class TuscanyServletFilter

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

public class TuscanyServletFilter
extends java.lang.Object

A Servlet filter that forwards service requests to the Servlets registered with the Tuscany ServletHost.


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

Constructor Detail

TuscanyServletFilter

public TuscanyServletFilter()
Method Detail

init

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

destroy

public void destroy()

doFilter

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