org.jboss.portlet.command
Class ActionCommand

java.lang.Object
  extended byorg.jboss.portlet.command.ActionCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
AbstractCommand

public abstract class ActionCommand
extends java.lang.Object
implements Command

A command executed during the action request of a portlet.


Constructor Summary
protected ActionCommand(JBossActionRequest request, JBossActionResponse response)
           
 
Method Summary
 JBossActionRequest getRequest()
           
 JBossActionResponse getResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.portal.common.command.Command
execute, getConfigurator
 

Constructor Detail

ActionCommand

protected ActionCommand(JBossActionRequest request,
                        JBossActionResponse response)
Method Detail

getRequest

public JBossActionRequest getRequest()

getResponse

public JBossActionResponse getResponse()