net.sf.colle.web
Interface ControlManager

All Known Implementing Classes:
KnownManager

public interface ControlManager

Sends servlet requests to Controllers. Pooled by the ControlServlet. This object only stores state about the destination of the request which is always the same Controller. Created: 20 Dec 2001

Version:
$Revision: 1.3 $, $Date: 2004/09/13 05:10:41 $
Author:
Dwayne Schultz

Method Summary
 void service(HttpServletRequest pxRequest, HttpServletResponse pxResponse, ServletContext pxContext, boolean pbDebug)
          Respond to a request.
 

Method Detail

service

public void service(HttpServletRequest pxRequest,
                    HttpServletResponse pxResponse,
                    ServletContext pxContext,
                    boolean pbDebug)
             throws ServletException,
                    IOException,
                    ResponseException
Respond to a request.

Parameters:
pxRequest - Servlet request object
pxResponse - Servlet responce object
pxContext - Servlet context
pbDebug - if true output debug information in response
Throws:
ServletException
IOException
ResponseException