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

AbstractCommand - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.common.command
Class AbstractCommand

java.lang.Object
  extended byorg.jboss.portal.common.command.AbstractCommand
All Implemented Interfaces:
Command, CommandConstants

public abstract class AbstractCommand
extends java.lang.Object
implements Command, CommandConstants


Field Summary
protected  org.apache.log4j.Logger log
           
 
Fields inherited from interface org.jboss.portal.common.command.CommandConstants
TYPE_COMPOSITE
 
Constructor Summary
AbstractCommand()
           
 
Method Summary
 Configurator getConfigurator()
          Returns the command configurator.
 
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
 

Field Detail

log

protected org.apache.log4j.Logger log
Constructor Detail

AbstractCommand

public AbstractCommand()
Method Detail

getConfigurator

public Configurator getConfigurator()
Description copied from interface: Command
Returns the command configurator.

Specified by:
getConfigurator in interface Command