org.ofbiz.webapp.control
Class ControlServlet

java.lang.Object
  extended by HttpServlet
      extended by 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
           
 
Constructor Summary
ControlServlet()
           
 
Method Summary
protected  void configureBsf()
           
 void destroy()
           
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
protected  RequestHandler getRequestHandler()
           
 void init(ServletConfig config)
           
protected  void logRequestInfo(HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module
Constructor Detail

ControlServlet

public ControlServlet()
Method Detail

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)