net.sf.colle.web
Class ControlServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.sf.colle.web.ControlServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- public class ControlServlet
- extends HttpServlet
Sends HTTP servlet requests to the appropriate control for processing.
Created: 6 Feb 2001
- Version:
- $Revision: 1.4 $, $Date: 2004/09/13 05:12:54 $
- Author:
- Dwayne Schultz
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControlServlet
public ControlServlet()
init
public void init(ServletConfig pxConfig)
throws ServletException
- Throws:
ServletException
service
protected void service(HttpServletRequest pxRequest,
HttpServletResponse pxResponse)
throws ServletException,
IOException
- Process the user servlet request.
- Parameters:
pxRequest
- Servlet request objectpxResponse
- Servlet responce object
- Throws:
ServletException
IOException
getWelcomeManager
protected ControlManager getWelcomeManager()
getDebugManager
protected ControlManager getDebugManager()
getUnknownManager
protected ControlManager getUnknownManager()