NextApp Echo2
v2.1.1

nextapp.echo2.webcontainer
Class WebContainerServlet

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
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public abstract class WebContainerServlet
extends nextapp.echo2.webrender.WebRenderServlet

Web container HttpServlet implementation. An Echo application should provide an derivative of this class which is registered in the web application deployment descriptor.

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
WebContainerServlet()
          Default constructor.
 
Method Summary
abstract  nextapp.echo2.app.ApplicationInstance newApplicationInstance()
          Creates a new ApplicationInstance for visitor to an application.
 
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
destroy, 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

WebContainerServlet

public WebContainerServlet()
Default constructor.

Method Detail

newApplicationInstance

public abstract nextapp.echo2.app.ApplicationInstance newApplicationInstance()
Creates a new ApplicationInstance for visitor to an application.

Returns:
a new ApplicationInstance

NextApp Echo2
v2.1.1