|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
org.enhydra.Servlet
public final class Servlet
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.
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 |
---|
public Servlet()
|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |