org.jboss.portal.web.command
Class CommandDispatcher

java.lang.Object
  extended by org.jboss.portal.web.command.CommandDispatcher

public class CommandDispatcher
extends java.lang.Object

Version:
$Revision: 1.1 $
Author:
Julien Viet

Nested Class Summary
static class CommandDispatcher.CallbackCommand
           
 
Constructor Summary
CommandDispatcher()
           
 
Method Summary
 java.lang.Object include(javax.servlet.ServletContext targetServletContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, RequestDispatchCallback callback, java.lang.Object handback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandDispatcher

public CommandDispatcher()
Method Detail

include

public java.lang.Object include(javax.servlet.ServletContext targetServletContext,
                                javax.servlet.http.HttpServletRequest req,
                                javax.servlet.http.HttpServletResponse resp,
                                RequestDispatchCallback callback,
                                java.lang.Object handback)
                         throws javax.servlet.ServletException,
                                java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException