tutorial.hangman
Class HangmanServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--com.primix.tapestry.ApplicationServlet
                    |
                    +--tutorial.hangman.HangmanServlet
All Implemented Interfaces:
java.io.Serializable, Servlet, ServletConfig

public class HangmanServlet
extends ApplicationServlet

Version:
$Id: HangmanServlet.java,v 1.6 2001/05/02 18:07:07 hship Exp $
Author:
Howard Ship
See Also:
Serialized Form

Constructor Summary
HangmanServlet()
           
 
Method Summary
protected  java.lang.String getApplicationSpecificationPath()
          Implemented in subclasses to identify the resource path of the application specification.
 
Methods inherited from class com.primix.tapestry.ApplicationServlet
createEngine, doGet, doPost, doService, getApplicationSpecification, getEngine, getLocaleFromRequest, init, setupLogging, show, writeLocaleCookie
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doOptions, doPut, doTrace, getLastModified, service, 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

HangmanServlet

public HangmanServlet()
Method Detail

getApplicationSpecificationPath

protected java.lang.String getApplicationSpecificationPath()
Description copied from class: ApplicationServlet
Implemented in subclasses to identify the resource path of the application specification.
Overrides:
getApplicationSpecificationPath in class ApplicationServlet