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

InvokeWindowCommand - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.core.command
Class InvokeWindowCommand

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
Direct Known Subclasses:
InvokeWindowActionCommand, InvokeWindowRenderCommand

public abstract class InvokeWindowCommand
extends WindowCommand


Field Summary
protected  Mode mode
          .
protected  WindowState 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
InvokeWindowCommand(java.lang.String windowRef, Mode mode, WindowState windowState)
           
 
Method Summary
 Mode getMode()
           
 WindowState 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, execute, getContext, getInfo, 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

mode

protected final Mode mode
.


windowState

protected final WindowState windowState
.

Constructor Detail

InvokeWindowCommand

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

getMode

public Mode getMode()

getWindowState

public WindowState getWindowState()