org.jboss.portal.web
Interface RequestDispatchCallback

All Known Implementing Classes:
LayoutDispatcher

public interface RequestDispatchCallback

Callback contract.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Method Summary
 java.lang.Object doCallback(ServletContext dispatchedServletContext, HttpServletRequest dispatchedRequest, HttpServletResponse dispatchedResponse, java.lang.Object handback)
          Called by the runtime context when request dispatching has been done.
 

Method Detail

doCallback

java.lang.Object doCallback(ServletContext dispatchedServletContext,
                            HttpServletRequest dispatchedRequest,
                            HttpServletResponse dispatchedResponse,
                            java.lang.Object handback)
                            throws java.lang.Exception
Called by the runtime context when request dispatching has been done.

Parameters:
dispatchedServletContext - the dispatched servlet context
dispatchedRequest - the dispatched request
dispatchedResponse - the dispatched response
handback - the handback object provided to the dispatched @return any object
Throws:
java.lang.Exception - any exception