Class ControlServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.apache.ofbiz.webapp.control.ControlServlet
-
- org.apache.ofbiz.product.category.ControlServlet
-
- All Implemented Interfaces:
java.io.Serializable
,Servlet
,ServletConfig
public class ControlServlet extends ControlServlet
ControlServlet.java - Master servlet for the web application.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description ControlServlet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getControlServlet()
static java.lang.String
getDefaultPage()
static java.lang.String
getPageNotFound()
void
init(ServletConfig config)
static void
setControlServlet(java.lang.String controlServlet)
static void
setDefaultPage(java.lang.String defaultPage)
static void
setPageNotFound(java.lang.String pageNotFound)
-
Methods inherited from class org.apache.ofbiz.webapp.control.ControlServlet
doGet, doPost, init, logRequestInfo
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
-
-
-
-
Method Detail
-
init
public void init(ServletConfig config) throws ServletException
- Specified by:
init
in interfaceServlet
- Overrides:
init
in classGenericServlet
- Throws:
ServletException
- See Also:
Servlet.init(javax.servlet.ServletConfig)
-
getDefaultPage
public static java.lang.String getDefaultPage()
-
setDefaultPage
public static void setDefaultPage(java.lang.String defaultPage)
-
getPageNotFound
public static java.lang.String getPageNotFound()
-
setPageNotFound
public static void setPageNotFound(java.lang.String pageNotFound)
-
getControlServlet
public static java.lang.String getControlServlet()
-
setControlServlet
public static void setControlServlet(java.lang.String controlServlet)
-
-