public class GenericEvwServlet extends AbstractEvwServlet
Implements a service specified at runtime.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
DEP_LIST
Class dependencies
|
static java.lang.String |
VERSION
Class version
|
debugging, invCount, log, registry, showServices, srvcShell, tracingIo| Constructor and Description |
|---|
GenericEvwServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Clean up before unloading the servlet.
|
java.lang.String |
getServletInfo()
Get information about the servlet.
|
void |
init(javax.servlet.ServletConfig config)
Initialize the servlet.
|
doGetdoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final java.lang.String VERSION
public static final java.lang.String[] DEP_LIST
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class AbstractEvwServletconfig - Servlet configuration objectjavax.servlet.ServletExceptionpublic java.lang.String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServletpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class AbstractEvwServlet