org.mortbay.jetty.example
Class MinimalServlets.HelloServlet
java.lang.Object
HttpServlet
org.mortbay.jetty.example.MinimalServlets.HelloServlet
- Enclosing class:
- MinimalServlets
public static class MinimalServlets.HelloServlet
- extends HttpServlet
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 |
MinimalServlets.HelloServlet
public MinimalServlets.HelloServlet()
doGet
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Throws:
ServletException
IOException
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.