org.jboss.portal.web.jboss
Class JBossWebContext

java.lang.Object
  extended by org.jboss.portal.web.jboss.JBossWebContext
All Implemented Interfaces:
ServletContainerContext

public class JBossWebContext
extends java.lang.Object
implements ServletContainerContext

JBossWeb implementation of the spi.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Nested Class Summary
static class JBossWebContext.InvokeNextCommand
           
 
Constructor Summary
JBossWebContext()
           
 
Method Summary
 java.lang.Object include(ServletContext targetServletContext, HttpServletRequest req, HttpServletResponse resp, RequestDispatchCallback callback, java.lang.Object handback)
          Generic detyped request dispatch to a servlet context using the include mechanism.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossWebContext

public JBossWebContext()
Method Detail

include

public java.lang.Object include(ServletContext targetServletContext,
                                HttpServletRequest req,
                                HttpServletResponse resp,
                                RequestDispatchCallback callback,
                                java.lang.Object handback)
                         throws java.lang.Exception
Description copied from interface: ServletContainerContext
Generic detyped request dispatch to a servlet context using the include mechanism.

Specified by:
include in interface ServletContainerContext
Parameters:
targetServletContext - the target servlet context to dispatch to
req - the request valid in the current servlet context
resp - 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