org.acme
Class MagicGBallServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.acme.MagicGBallServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class MagicGBallServlet
extends HttpServlet

Run this servlet

Version:
$Rev: 356022 $ $Date: 2005-12-11 12:58:34 -0800 (Sun, 11 Dec 2005) $
See Also:
Serialized Form

Constructor Summary
MagicGBallServlet()
           
 
Method Summary
protected  void service(HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MagicGBallServlet

public MagicGBallServlet()
Method Detail

service

protected void service(HttpServletRequest req,
                       HttpServletResponse res)
                throws ServletException,
                       IOException
Throws:
ServletException
IOException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.