net.sf.flock.webapp
Class FlockTapestryServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--net.sf.tapestry.ApplicationServlet
                    |
                    +--net.sf.flock.webapp.FlockTapestryServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class FlockTapestryServlet
extends net.sf.tapestry.ApplicationServlet

See Also:
Serialized Form

Constructor Summary
FlockTapestryServlet()
           
 
Method Summary
protected  java.lang.String getApplicationSpecificationPath()
           
 void init(javax.servlet.ServletConfig config)
           
 
Methods inherited from class net.sf.tapestry.ApplicationServlet
close, constructApplicationSpecification, createEngine, doGet, doPost, doService, getApplicationSpecification, getEngine, getLocaleFromRequest, parseApplicationSpecification, setupLogging, show, writeLocaleCookie
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, 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

FlockTapestryServlet

public FlockTapestryServlet()
Method Detail

getApplicationSpecificationPath

protected java.lang.String getApplicationSpecificationPath()
Overrides:
getApplicationSpecificationPath in class net.sf.tapestry.ApplicationServlet

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class net.sf.tapestry.ApplicationServlet
javax.servlet.ServletException
See Also:
Servlet.init(javax.servlet.ServletConfig)


Copyright © 2002-2003 Presence Inc. All Rights Reserved.