tutorial.valid
Class ValidServlet

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

public class ValidServlet
extends ApplicationServlet

Version:
$Id: ValidServlet.java,v 1.1 2001/05/17 16:11:02 hship Exp $
Author:
Howard Ship
See Also:
Serialized Form

Constructor Summary
ValidServlet()
           
 
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

ValidServlet

public ValidServlet()
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