org.mortbay.jetty.example
Class OneServletContext.HelloServlet

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

public static class OneServletContext.HelloServlet
extends HttpServlet


Constructor Summary
OneServletContext.HelloServlet()
           
 
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

OneServletContext.HelloServlet

public OneServletContext.HelloServlet()
Method Detail

doGet

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


Copyright © 2007 Mort Bay Consulting. All Rights Reserved.