ch.uzh.ifi.attempto.aceeditor
Class ACEEditorServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by nextapp.echo.webcontainer.WebContainerServlet
              extended by ch.uzh.ifi.attempto.aceeditor.ACEEditorServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ACEEditorServlet
extends nextapp.echo.webcontainer.WebContainerServlet

This servlet class is used by the web server to start the ACE Editor web application.

Author:
Tobias Kuhn
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.webcontainer.WebContainerServlet
nextapp.echo.webcontainer.WebContainerServlet.MultipartRequestWrapper
 
Field Summary
 
Fields inherited from class nextapp.echo.webcontainer.WebContainerServlet
DEBUG_PRINT_MESSAGES_TO_CONSOLE, DISABLE_CACHING, ENABLE_CLIENT_DEBUG_CONSOLE, SERVICE_ID_BLANK_DOCUMENT, SERVICE_ID_DEFAULT, SERVICE_ID_NEW_INSTANCE, SERVICE_ID_PARAMETER, SERVICE_ID_SESSION_EXPIRED
 
Constructor Summary
ACEEditorServlet()
          Creates a new servlet for the ACE Editor web application.
 
Method Summary
 nextapp.echo.app.ApplicationInstance newApplicationInstance()
           
 
Methods inherited from class nextapp.echo.webcontainer.WebContainerServlet
addInitScript, addInitStyleSheet, doGet, doPost, getActiveConnection, getInitScripts, getInitStyleSheets, getMultipartRequestWrapper, getResourceRegistry, 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

ACEEditorServlet

public ACEEditorServlet()
Creates a new servlet for the ACE Editor web application.

Method Detail

newApplicationInstance

public nextapp.echo.app.ApplicationInstance newApplicationInstance()
Specified by:
newApplicationInstance in class nextapp.echo.webcontainer.WebContainerServlet


Copyright 2008-2012, AceWiki developers