com.croftsoft.apps.client
Class ClientServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.croftsoft.apps.client.ClientServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public final class ClientServlet
extends HttpServlet

Processes Program D requests.

Since:
2006-11-27
Version:
$Id: ClientServlet.java,v 1.3 2006/12/01 04:42:24 croft Exp $
See Also:
Serialized Form
Author:
David Wallace Croft

Constructor Summary
ClientServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, 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

ClientServlet

public ClientServlet()
Method Detail

doGet

protected void doGet(HttpServletRequest httpServletRequest,
                     HttpServletResponse httpServletResponse)
              throws ServletException
Overrides:
doGet in class HttpServlet
Throws:
ServletException

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)