public abstract class AbstractEvwServlet
extends javax.servlet.http.HttpServlet
This is the root class for EventWeb servlets.
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
debugging |
static java.lang.String[] |
DEP_LIST
Class dependencies
|
protected int |
invCount |
protected Logger |
log
Logger
|
protected eventweb.servutil.SrvcRegistry |
registry
Service registry
|
protected boolean |
showServices |
protected EvwSrvcWrapper |
srvcShell |
protected boolean |
tracingIo |
static java.lang.String |
VERSION
Class version
|
| Constructor and Description |
|---|
AbstractEvwServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Clean up before unloading the servlet.
|
protected void |
doGet(javax.servlet.http.HttpServletRequest rqst,
javax.servlet.http.HttpServletResponse resp) |
void |
init(javax.servlet.ServletConfig config)
Initialize the servlet.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final java.lang.String VERSION
public static final java.lang.String[] DEP_LIST
protected eventweb.servutil.SrvcRegistry registry
protected Logger log
protected EvwSrvcWrapper srvcShell
protected int invCount
protected boolean showServices
protected boolean tracingIo
protected boolean debugging
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletconfig - Servlet configuration objectjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletprotected void doGet(javax.servlet.http.HttpServletRequest rqst,
javax.servlet.http.HttpServletResponse resp)
doGet in class javax.servlet.http.HttpServlet