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. |
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 torequest
- the request valid in the current servlet contextresponse
- the response valid in the current servlet contextcallback
- the callback to perform after the dispatch operationhandback
- the handback object to provide
- Returns:
- any object
- Throws:
java.lang.Exception
- any exception