|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.common.invocation.Invocation org.jboss.portal.core.controller.ControllerCommand org.jboss.portal.core.controller.command.PortalObjectCommand org.jboss.portal.core.controller.command.WindowCommand org.jboss.portal.core.controller.command.InvokeWindowCommand org.jboss.portal.core.controller.command.InvokeWindowRenderCommand
Field Summary | |
private static CommandInfo |
info
|
protected StateString |
navigationalState
. |
Fields inherited from class org.jboss.portal.core.controller.command.InvokeWindowCommand |
mode, windowState |
Fields inherited from class org.jboss.portal.core.controller.command.WindowCommand |
instance, page, portal, window |
Fields inherited from class org.jboss.portal.core.controller.command.PortalObjectCommand |
target, targetId |
Fields inherited from class org.jboss.portal.core.controller.ControllerCommand |
context, log, NAVIGATIONAL_STATE_SCOPE, PRINCIPAL_SCOPE, REQUEST_SCOPE, SESSION_SCOPE |
Fields inherited from class org.jboss.portal.common.invocation.Invocation |
EMPTY_STACK |
Constructor Summary | |
InvokeWindowRenderCommand(java.lang.String windowId,
Mode mode,
WindowState windowState)
|
|
InvokeWindowRenderCommand(java.lang.String windowRef,
Mode mode,
WindowState windowState,
StateString navigationalState)
|
Method Summary | |
java.lang.Object |
execute()
Execute the command. |
CommandInfo |
getInfo()
Return the meta data of this command. |
StateString |
getNavigationalState()
|
Methods inherited from class org.jboss.portal.core.controller.command.InvokeWindowCommand |
getMode, getWindowState |
Methods inherited from class org.jboss.portal.core.controller.command.WindowCommand |
create, enforceSecurity, getInstance, getPage, getPortal, getWindow |
Methods inherited from class org.jboss.portal.core.controller.command.PortalObjectCommand |
getTarget, getTargetId, isDashboard |
Methods inherited from class org.jboss.portal.core.controller.ControllerCommand |
createContext, destroy, destroyContext, getContext, getControllerContext, rethrow |
Methods inherited from class org.jboss.portal.common.invocation.Invocation |
getAttribute, getHandler, invoke, invokeNext, removeAttribute, setAttribute, setHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final CommandInfo info
protected final StateString navigationalState
Constructor Detail |
public InvokeWindowRenderCommand(java.lang.String windowRef, Mode mode, WindowState windowState, StateString navigationalState) throws java.lang.IllegalArgumentException
public InvokeWindowRenderCommand(java.lang.String windowId, Mode mode, WindowState windowState) throws java.lang.IllegalArgumentException
Method Detail |
public StateString getNavigationalState()
public CommandInfo getInfo()
ControllerCommand
getInfo
in class ControllerCommand
public java.lang.Object execute() throws InvocationException
ControllerCommand
execute
in class ControllerCommand
InvocationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |