public class ControlServlet extends ControlServlet
Constructor and Description |
---|
ControlServlet() |
Modifier and Type | Method and Description |
---|---|
static String |
getControlServlet() |
static String |
getDefaultPage() |
static String |
getPageNotFound() |
void |
init(ServletConfig config) |
static void |
setControlServlet(String controlServlet) |
static void |
setDefaultPage(String defaultPage) |
static void |
setPageNotFound(String pageNotFound) |
doGet, doPost, init, logRequestInfo
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
public static final String module
public void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
ServletException
Servlet.init(javax.servlet.ServletConfig)
public static String getDefaultPage()
public static void setDefaultPage(String defaultPage)
public static String getPageNotFound()
public static void setPageNotFound(String pageNotFound)
public static String getControlServlet()
public static void setControlServlet(String controlServlet)