com.croftsoft.apps.wyrm.servlet
Class WyrmServlet

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

public final class WyrmServlet
extends HttpServlet
implements WyrmConstants

Wyrm Servlet class.

Since:
2002-10-16
Version:
2002-11-03
See Also:
Serialized Form
Author:
David Wallace Croft

Field Summary
 
Fields inherited from interface com.croftsoft.apps.wyrm.WyrmConstants
TYPE_ACCOUNT, TYPE_CREATE_USER, TYPE_DESTROY_USER, TYPE_DUNGEON, TYPE_FIGHT, TYPE_FLEE, TYPE_HEAL, TYPE_HEALER, TYPE_LOGIN, TYPE_LOGOUT, TYPE_STATE, TYPE_TOWN
 
Constructor Summary
WyrmServlet()
           
 
Method Summary
 void init()
           
 void service(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
           
 
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, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WyrmServlet

public WyrmServlet()
Method Detail

init

public void init()
          throws ServletException
Overrides:
init in class GenericServlet
Throws:
ServletException

service

public void service(HttpServletRequest httpServletRequest,
                    HttpServletResponse httpServletResponse)
             throws IOException,
                    ServletException
Overrides:
service in class HttpServlet
Throws:
IOException
ServletException

CroftSoft Javadoc

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