org.jboss.portal.core.controller.handler
Class CommandForward

java.lang.Object
  extended by org.jboss.portal.core.controller.handler.HandlerResponse
      extended by org.jboss.portal.core.controller.handler.CommandForward

public class CommandForward
extends HandlerResponse

Forward to a new command.

Version:
$Revision: 8786 $
Author:
Julien Viet

Constructor Summary
CommandForward(ControllerCommand cmd, URLContext urlCtx)
           
 
Method Summary
 ControllerCommand getCommand()
           
 URLContext getURLContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandForward

public CommandForward(ControllerCommand cmd,
                      URLContext urlCtx)
Method Detail

getCommand

public ControllerCommand getCommand()

getURLContext

public URLContext getURLContext()