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
service
public void service(HttpServletRequest pxRequest,
HttpServletResponse pxResponse,
ServletContext pxContext,
boolean pbDebug)
throws ServletException,
IOException,
ResponseException
- Respond to a request.
- Parameters:
pxRequest
- Servlet request objectpxResponse
- Servlet responce objectpxContext
- Servlet contextpbDebug
- if true output debug information in response
- Throws:
ServletException
IOException
ResponseException