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

InvokeWindowCommand - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.core.controller.command
Class InvokeWindowCommand

java.lang.Object
  extended byorg.jboss.portal.common.invocation.Invocation
      extended byorg.jboss.portal.core.controller.ControllerCommand
          extended byorg.jboss.portal.core.controller.command.PortalObjectCommand
              extended byorg.jboss.portal.core.controller.command.WindowCommand
                  extended byorg.jboss.portal.core.controller.command.InvokeWindowCommand
Direct Known Subclasses:
InvokeWindowActionCommand, InvokeWindowRenderCommand

public abstract class InvokeWindowCommand
extends WindowCommand

Version:
$Revision: 5448 $
Author:
Julien Viet

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

mode

protected final Mode mode
.


windowState

protected final WindowState windowState
.

Constructor Detail

InvokeWindowCommand

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

getMode

public Mode getMode()

getWindowState

public WindowState getWindowState()