org.jboss.portal.web.jboss
Class JBossWebContext.InvokeNextCommand

java.lang.Object
  extended by org.jboss.portal.web.jboss.JBossWebContext.InvokeNextCommand
All Implemented Interfaces:
ServletCommand
Enclosing class:
JBossWebContext

public static class JBossWebContext.InvokeNextCommand
extends java.lang.Object
implements ServletCommand


Constructor Summary
JBossWebContext.InvokeNextCommand(ServletContext servletContext, RequestDispatchCallback invocation, java.lang.Object handback)
           
 
Method Summary
 void execute(HttpServletRequest req, HttpServletResponse resp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossWebContext.InvokeNextCommand

public JBossWebContext.InvokeNextCommand(ServletContext servletContext,
                                         RequestDispatchCallback invocation,
                                         java.lang.Object handback)
Method Detail

execute

public void execute(HttpServletRequest req,
                    HttpServletResponse resp)
             throws ServletException,
                    java.io.IOException
Specified by:
execute in interface ServletCommand
Throws:
ServletException
java.io.IOException