public class EvwCtrlrServletEc extends javax.servlet.http.HttpServlet implements TvListHandler
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
debugging |
static java.lang.String |
DEF_INI_FILE_NAME |
static java.lang.String[] |
DEP_LIST
Class dependencies
|
protected Logger |
log
Logger
|
protected eventweb.servutil.SrvcRegistry |
registry
Service registry
|
protected boolean |
tracingIo |
static java.lang.String |
VERSION
Class version
|
IF_VERSION| Constructor and Description |
|---|
EvwCtrlrServletEc() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(TvList cmdList) |
void |
destroy()
Clean up before unloading the servlet.
|
java.lang.String |
getServletInfo()
Get information about the servlet.
|
TvList |
HandleTvList(TvList list) |
void |
init(javax.servlet.ServletConfig config)
Initialize the servlet.
|
protected void |
RunController() |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final java.lang.String VERSION
public static final java.lang.String[] DEP_LIST
public static final java.lang.String DEF_INI_FILE_NAME
protected eventweb.servutil.SrvcRegistry registry
protected Logger log
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 java.lang.String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServletpublic TvList HandleTvList(TvList list)
HandleTvList in interface TvListHandlerpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletprotected void configure(TvList cmdList)
protected void RunController()