java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
org.enhydra.Servlet
- All Implemented Interfaces:
- com.lutris.appserver.server.httpPresentation.servlet.FilterableServlet, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public final class Servlet
- extends com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
This class extends HttpPresentationServlet but does not add any
functionality. It exists to make it easier to add Enhydra applications
to servlet servers other than the Multiserver. 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.
| Fields inherited from class javax.servlet.http.HttpServlet |
|
| Methods inherited from class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet |
addFilter, destroy, ensureAppIsRunning, getAppConfigInitParam, getAppConfigInitParamName, getApplication, getHttpPresentationRequest, getHttpPresentationResponse, getServletInfo, getSession, init, removeFilter, service, serviceDirect |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Servlet
public Servlet()