com.sptci.echo2demo
Class Servlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by nextapp.echo2.webrender.WebRenderServlet
              extended by nextapp.echo2.webcontainer.WebContainerServlet
                  extended by com.sptci.echo2demo.Servlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class Servlet
extends nextapp.echo2.webcontainer.WebContainerServlet

The WebContainerServlet implementation required for the Echo2 event-driven web development framework.

Copyright 2006 Sans Pareil Technologies, Inc.

Version:
$Id: Servlet.java,v 1.3 2006/02/14 22:39:17 rakesh Exp $
Author:
Rakesh Vidyadharan 2006-01-21
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo2.webrender.WebRenderServlet
nextapp.echo2.webrender.WebRenderServlet.MultipartRequestWrapper
 
Field Summary
 
Fields inherited from class nextapp.echo2.webrender.WebRenderServlet
DISABLE_CACHING, SERVICE_ID_DEFAULT, SERVICE_ID_NEW_INSTANCE, SERVICE_ID_PARAMETER, SERVICE_ID_SESSION_EXPIRED
 
Constructor Summary
Servlet()
           
 
Method Summary
 void destroy()
          Close the JDO PersistenceManager upon web application de-installation.
 nextapp.echo2.app.ApplicationInstance newApplicationInstance()
          The mandatory method that is to be implemented.
 
Methods inherited from class nextapp.echo2.webrender.WebRenderServlet
doGet, doPost, getActiveConnection, getMultipartRequestWrapper, getServiceRegistry, process, setMultipartRequestWrapper
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Servlet

public Servlet()
Method Detail

newApplicationInstance

public nextapp.echo2.app.ApplicationInstance newApplicationInstance()
The mandatory method that is to be implemented. Returns a new instance of Application.

Specified by:
newApplicationInstance in class nextapp.echo2.webcontainer.WebContainerServlet
Returns:
ApplicationInstance The appropriate implementation of ApplicationInstance for this web application.

destroy

public void destroy()
Close the JDO PersistenceManager upon web application de-installation.

Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class javax.servlet.GenericServlet


Copyright © 2006 Sans Pareil Technologies, Inc. All Rights Reserved.