com.primix.vlib
Class VirtualLibraryServlet

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

public class VirtualLibraryServlet
extends ApplicationServlet

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

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

VirtualLibraryServlet

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