org.mortbay.jetty.example
Class ManyServletContexts.HelloServlet

java.lang.Object
  extended by HttpServlet
      extended by org.mortbay.jetty.example.ManyServletContexts.HelloServlet
Enclosing class:
ManyServletContexts

public static class ManyServletContexts.HelloServlet
extends HttpServlet


Constructor Summary
ManyServletContexts.HelloServlet()
           
ManyServletContexts.HelloServlet(String hi)
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManyServletContexts.HelloServlet

public ManyServletContexts.HelloServlet()

ManyServletContexts.HelloServlet

public ManyServletContexts.HelloServlet(String hi)
Method Detail

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     IOException
Throws:
ServletException
IOException


Copyright © 2007 Mort Bay Consulting. All Rights Reserved.