tutorial.portal
Class PortalServlet

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

public class PortalServlet
extends ApplicationServlet

Version:
$Id: PortalServlet.java,v 1.1 2001/05/25 21:47:51 hship Exp $
Author:
Howard Ship
See Also:
Serialized Form

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

PortalServlet

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