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

InvokeWindowRenderCommand - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.core.command
Class InvokeWindowRenderCommand

java.lang.Object
  extended byorg.jboss.portal.common.invocation.Invocation
      extended byorg.jboss.portal.core.command.ControllerCommand
          extended byorg.jboss.portal.core.command.PortalObjectCommand
              extended byorg.jboss.portal.core.command.WindowCommand
                  extended byorg.jboss.portal.core.command.InvokeWindowCommand
                      extended byorg.jboss.portal.core.command.InvokeWindowRenderCommand

public class InvokeWindowRenderCommand
extends InvokeWindowCommand


Field Summary
protected  StateString navigationalState
          .
 
Fields inherited from class org.jboss.portal.core.command.InvokeWindowCommand
mode, windowState
 
Fields inherited from class org.jboss.portal.core.command.WindowCommand
instance, page, portal, window, windowRef
 
Fields inherited from class org.jboss.portal.core.command.ControllerCommand
context, log
 
Constructor Summary
InvokeWindowRenderCommand(java.lang.String windowRef, Mode mode, WindowState windowState)
           
InvokeWindowRenderCommand(java.lang.String windowRef, Mode mode, WindowState windowState, StateString navigationalState)
           
 
Method Summary
 void execute()
          Execute the command.
 CommandInfo getInfo()
          Return the meta data of this command.
 StateString getNavigationalState()
           
 
Methods inherited from class org.jboss.portal.core.command.InvokeWindowCommand
getMode, getWindowState
 
Methods inherited from class org.jboss.portal.core.command.WindowCommand
create, enforceSecurity, getInstance, getPage, getPortal, getTarget, getWindow, getWindowRef
 
Methods inherited from class org.jboss.portal.core.command.ControllerCommand
destroy, dispatch, getContext, setContext
 
Methods inherited from class org.jboss.portal.common.invocation.Invocation
getAttribute, invoke, invokeNext, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

navigationalState

protected final StateString navigationalState
.

Constructor Detail

InvokeWindowRenderCommand

public InvokeWindowRenderCommand(java.lang.String windowRef,
                                 Mode mode,
                                 WindowState windowState,
                                 StateString navigationalState)
                          throws java.lang.IllegalArgumentException

InvokeWindowRenderCommand

public InvokeWindowRenderCommand(java.lang.String windowRef,
                                 Mode mode,
                                 WindowState windowState)
                          throws java.lang.IllegalArgumentException
Method Detail

getNavigationalState

public StateString getNavigationalState()

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 InvocationException
Description copied from class: ControllerCommand
Execute the command.

Specified by:
execute in class ControllerCommand
Throws:
InvocationException