当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
InvokeWindowActionCommand - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.core.command
Class InvokeWindowActionCommand
java.lang.Object
org.jboss.portal.common.invocation.Invocation
org.jboss.portal.core.command.ControllerCommand
org.jboss.portal.core.command.PortalObjectCommand
org.jboss.portal.core.command.WindowCommand
org.jboss.portal.core.command.InvokeWindowCommand
org.jboss.portal.core.command.InvokeWindowActionCommand
- public class InvokeWindowActionCommand
- extends InvokeWindowCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokeWindowActionCommand
public InvokeWindowActionCommand(java.lang.String windowRef,
Mode mode,
WindowState windowState,
StateString navigationalState,
StateString interactionState,
Parameters formParameters)
throws java.lang.IllegalArgumentException
getNavigationalState
public StateString getNavigationalState()
getInteractionState
public StateString getInteractionState()
setInteractionState
public void setInteractionState(StateString interactionState)
getFormParameters
public Parameters getFormParameters()
setFormParameters
public void setFormParameters(Parameters formParameters)
getInfo
public CommandInfo getInfo()
- Description copied from class:
ControllerCommand
- Return the meta data of this command.
- Specified by:
getInfo
in class ControllerCommand
execute
public void execute()
throws CommandException
- Description copied from class:
ControllerCommand
- Execute the command.
- Specified by:
execute
in class ControllerCommand
- Throws:
CommandException