|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.web.jboss.JBossWebContext
public class JBossWebContext
JBossWeb implementation of the spi.
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 |
---|
public JBossWebContext()
Method Detail |
---|
public java.lang.Object include(ServletContext targetServletContext, HttpServletRequest req, HttpServletResponse resp, RequestDispatchCallback callback, java.lang.Object handback) throws java.lang.Exception
ServletContainerContext
include
in interface ServletContainerContext
targetServletContext
- the target servlet context to dispatch toreq
- the request valid in the current servlet contextresp
- the response valid in the current servlet contextcallback
- the callback to perform after the dispatch operationhandback
- the handback object to provide
java.lang.Exception
- any exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |