当前页面: 
在线文档首页 > 
JBOSS Portal 2.2 API 英文版文档
ActionCommand - JBOSS Portal 2.2 API 英文版文档
org.jboss.portlet.command
Class ActionCommand
java.lang.Object
   org.jboss.portlet.command.ActionCommand
org.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.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
ActionCommand
protected ActionCommand(JBossActionRequest request,
                        JBossActionResponse response)
getRequest
public JBossActionRequest getRequest()
- 
 
- 
 
getResponse
public JBossActionResponse getResponse()
- 
 
-