当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
AbstractCommand - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.common.command
Class AbstractCommand
java.lang.Object
org.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
|
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 |
log
protected org.apache.log4j.Logger log
AbstractCommand
public AbstractCommand()
getConfigurator
public Configurator getConfigurator()
- Description copied from interface:
Command
- Returns the command configurator.
- Specified by:
getConfigurator
in interface Command