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

Command - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.cms
Class Command

java.lang.Object
  extended byorg.jboss.portal.common.invocation.Invocation
      extended byorg.jboss.portal.cms.Command
Direct Known Subclasses:
JCRCommand

public abstract class Command
extends Invocation

Parent class for commands

Version:
$Revision: 5448 $
Author:
Julien Viet, Thomas Heute

Field Summary
 
Fields inherited from class org.jboss.portal.common.invocation.Invocation
EMPTY_STACK
 
Constructor Summary
Command()
           
 
Methods inherited from class org.jboss.portal.common.invocation.Invocation
getAttribute, getContext, getHandler, invoke, invokeNext, removeAttribute, setAttribute, setHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command()