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

ActionCommandInfo - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.core.controller.command.info
Class ActionCommandInfo

java.lang.Object
  extended byorg.jboss.portal.core.controller.command.info.CommandInfo
      extended byorg.jboss.portal.core.controller.command.info.ActionCommandInfo

public class ActionCommandInfo
extends CommandInfo

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
private  boolean idempotent
          .
 
Fields inherited from class org.jboss.portal.core.controller.command.info.CommandInfo
 
Constructor Summary
ActionCommandInfo(boolean secured, java.lang.String action, boolean idempotent)
           
 
Method Summary
 boolean isIdempotent()
          Return true if the command is idempotent, i.e it can be reinvoked again safely.
 
Methods inherited from class org.jboss.portal.core.controller.command.info.CommandInfo
getAction, isSecured
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idempotent

private final boolean idempotent
.

Constructor Detail

ActionCommandInfo

public ActionCommandInfo(boolean secured,
                         java.lang.String action,
                         boolean idempotent)
Method Detail

isIdempotent

public boolean isIdempotent()
Return true if the command is idempotent, i.e it can be reinvoked again safely.