当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
ActionCommandInfo - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.core.controller.command.info
Class ActionCommandInfo
java.lang.Object
org.jboss.portal.core.controller.command.info.CommandInfo
org.jboss.portal.core.controller.command.info.ActionCommandInfo
- public class ActionCommandInfo
- extends CommandInfo
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
idempotent
private final boolean idempotent
- .
ActionCommandInfo
public ActionCommandInfo(boolean secured,
java.lang.String action,
boolean idempotent)
isIdempotent
public boolean isIdempotent()
- Return true if the command is idempotent, i.e it can be reinvoked again safely.