org.ofbiz.webapp.control
Class ControlServlet
java.lang.Object
HttpServlet
org.ofbiz.webapp.control.ControlServlet
public class ControlServlet
- extends HttpServlet
ControlServlet.java - Master servlet for the web application.
Field Summary |
static java.lang.String |
module
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final java.lang.String module
ControlServlet
public ControlServlet()
init
public void init(ServletConfig config)
throws ServletException
- Throws:
ServletException
- See Also:
javax.servlet.Servlet#init(javax.servlet.ServletConfig)
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
- See Also:
javax.servlet.http.HttpServlet#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
- See Also:
javax.servlet.http.HttpServlet#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
destroy
public void destroy()
- See Also:
javax.servlet.Servlet#destroy()
getRequestHandler
protected RequestHandler getRequestHandler()
configureBsf
protected void configureBsf()
logRequestInfo
protected void logRequestInfo(HttpServletRequest request)