org.jboss.portlet.forums.action
Class ProcessCommandAction

java.lang.Object
  extended by org.jboss.portlet.forums.action.Action
      extended by org.jboss.portlet.forums.action.ProcessCommandAction

public class ProcessCommandAction
extends Action


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
 

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