org.apache.tuscany.sca.http.tomcat
Class TomcatDefaultServlet

java.lang.Object
  extended by DefaultServlet
      extended by org.apache.tuscany.sca.http.tomcat.TomcatDefaultServlet

public class TomcatDefaultServlet
extends DefaultServlet

DefaultServlet implementation for Tomcat.


Constructor Summary
TomcatDefaultServlet(java.lang.String servletPath, java.lang.String documentRoot)
           
 
Method Summary
protected  java.lang.String getRelativePath(HttpServletRequest request)
           
 void init()
           
 void init(ServletConfig servletConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatDefaultServlet

public TomcatDefaultServlet(java.lang.String servletPath,
                            java.lang.String documentRoot)
Method Detail

init

public void init()
          throws ServletException
Throws:
ServletException

init

public void init(ServletConfig servletConfig)
          throws ServletException
Throws:
ServletException

getRelativePath

protected java.lang.String getRelativePath(HttpServletRequest request)