当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
InvokeWindowNavigationCommand - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.core.command
Class InvokeWindowNavigationCommand
java.lang.Object
org.jboss.portal.server.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.InvokeWindowNavigationCommand
- public class InvokeWindowNavigationCommand
- extends WindowCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mode
protected Mode mode
windowState
protected WindowState windowState
InvokeWindowNavigationCommand
public InvokeWindowNavigationCommand(Mode mode,
WindowState windowState,
java.lang.String windowHandle)
throws java.lang.IllegalArgumentException
getInfo
public CommandInfo getInfo()
- Description copied from class:
ControllerCommand
- Return the meta data of this command.
- Specified by:
getInfo
in class ControllerCommand
getMode
public Mode getMode()
setMode
public void setMode(Mode mode)
getWindowState
public WindowState getWindowState()
setWindowState
public void setWindowState(WindowState windowState)
execute
public void execute()
throws InvocationException
- Description copied from class:
ControllerCommand
- Execute the command.
- Specified by:
execute
in class ControllerCommand
- Throws:
InvocationException