org.jboss.portal.web.spi
Interface ServletContainerContext

All Known Implementing Classes:
JBossWebContext

public interface ServletContainerContext

Defines the service provider interface that a servlet container offers.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Method Summary
 java.lang.Object include(ServletContext targetServletContext, HttpServletRequest request, HttpServletResponse response, RequestDispatchCallback callback, java.lang.Object handback)
          Generic detyped request dispatch to a servlet context using the include mechanism.
 

Method Detail

include

java.lang.Object include(ServletContext targetServletContext,
                         HttpServletRequest request,
                         HttpServletResponse response,
                         RequestDispatchCallback callback,
                         java.lang.Object handback)
                         throws java.lang.Exception
Generic detyped request dispatch to a servlet context using the include mechanism.

Parameters:
targetServletContext - the target servlet context to dispatch to
request - the request valid in the current servlet context
response - the response valid in the current servlet context
callback - the callback to perform after the dispatch operation
handback - the handback object to provide
Returns:
any object
Throws:
java.lang.Exception - any exception