EAF 7.6 Implementation

org.enhydra
Class Servlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
              extended by org.enhydra.Servlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public final class Servlet
extends HttpPresentationServlet

This class extends HttpPresentationServlet but does not add any functionality. It exists to make it easier to add Enhydra applications to servlet servers. Rather than having to type the long class name of the parent class (76 letters), users may instead type "org.enhydra.Servlet". Also, the fact that the classes are under the com.lutris hierarchy is hidden from users of the application.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
context, XMLC_DOM_STATS_LOG_LEVEL
 
Constructor Summary
Servlet()
           
 
Method Summary
 
Methods inherited from class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
destroy, ensureAppIsRunning, getAppConfigInitParam, getAppConfigInitParamName, getApplication, getHttpPresentationRequest, getHttpPresentationResponse, getServletInfo, getSession, init, service, serviceDirect
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, 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()

EAF 7.6 Implementation