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

ProcessCommandAction - JBOSS Portal 2.6 API 英文版文档


org.jboss.portlet.forums.action
Class ProcessCommandAction

java.lang.Object
  extended byorg.jboss.portlet.forums.action.Action
      extended byorg.jboss.portlet.forums.action.ProcessCommandAction

public class ProcessCommandAction
extends Action

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
private  ForumCommand command
           
 
Constructor Summary
ProcessCommandAction(ForumCommand command)
          Creates a new ProcessCommandAction object.
 
Method Summary
 ForumCommand getCommand()
          DOCUMENT_ME
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

command

private final ForumCommand command
Constructor Detail

ProcessCommandAction

public ProcessCommandAction(ForumCommand command)
Creates a new ProcessCommandAction object.

Parameters:
command - DOCUMENT_ME
Method Detail

getCommand

public ForumCommand getCommand()
DOCUMENT_ME

Returns:
DOCUMENT_ME