站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

ActionCommand - JBOSS Portal 2.2 API 英文版文档


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()