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

CompositeCommand - JBOSS Portal 2.2 API 英文版文档


org.jboss.portlet.forums.commands
Class CompositeCommand

java.lang.Object
  extended byorg.jboss.portlet.forums.commands.CompositeCommand
All Implemented Interfaces:
Command

public class CompositeCommand
extends java.lang.Object
implements Command


Constructor Summary
CompositeCommand()
           
 
Method Summary
 void add(Command cmd)
          DOCUMENT_ME
 Result execute()
          DOCUMENT_ME
 Configurator getConfigurator()
          DOCUMENT_ME
 java.util.Iterator iterator()
          DOCUMENT_ME
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeCommand

public CompositeCommand()
Method Detail

add

public void add(Command cmd)
DOCUMENT_ME

Parameters:
cmd - DOCUMENT_ME

getConfigurator

public Configurator getConfigurator()
DOCUMENT_ME

Specified by:
getConfigurator in interface Command
Returns:
DOCUMENT_ME

iterator

public java.util.Iterator iterator()
DOCUMENT_ME

Returns:
DOCUMENT_ME

execute

public Result execute()
DOCUMENT_ME

Specified by:
execute in interface Command
Returns:
DOCUMENT_ME