public class RqstRouterServlet extends AbstractEvwServlet
Provides servlet context for connection service.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEF_INI_FILE_NAME
Default initialization file name
|
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 |
|---|
RqstRouterServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(TvList configInfo,
java.util.LinkedList<java.lang.String> regList,
java.util.LinkedList<java.lang.String> provList) |
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.
|
protected void |
processCmdList(TvList cmdList) |
protected static void |
processConfigInfo(TvList configList,
java.util.LinkedList<java.lang.String> regList,
java.util.LinkedList<java.lang.String> provList,
TvList cmdList) |
doGetdoDelete, 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
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
AbstractEvwServletinit 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 AbstractEvwServletprotected void configure(TvList configInfo, java.util.LinkedList<java.lang.String> regList, java.util.LinkedList<java.lang.String> provList)
protected static void processConfigInfo(TvList configList, java.util.LinkedList<java.lang.String> regList, java.util.LinkedList<java.lang.String> provList, TvList cmdList)
protected void processCmdList(TvList cmdList)