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

InvokeWindowActionCommand - JBOSS Portal 2.6 API 英文版文档


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

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
                      extended byorg.jboss.portal.core.controller.command.InvokeWindowActionCommand

public class InvokeWindowActionCommand
extends InvokeWindowCommand

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
private  Parameters formParameters
          .
private static CommandInfo info
          .
private  StateString interactionState
          .
private static org.jboss.logging.Logger log
          .
private  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, NAVIGATIONAL_STATE_SCOPE, PRINCIPAL_SCOPE, REQUEST_SCOPE, SESSION_SCOPE
 
Fields inherited from class org.jboss.portal.common.invocation.Invocation
EMPTY_STACK
 
Constructor Summary
InvokeWindowActionCommand(java.lang.String windowId, Mode mode, WindowState windowState, StateString navigationalState, StateString interactionState, Parameters formParameters)
           
 
Method Summary
 java.lang.Object execute()
          Execute the command.
 Parameters getFormParameters()
           
 CommandInfo getInfo()
          Return the meta data of this command.
 StateString getInteractionState()
           
 StateString getNavigationalState()
           
 void setFormParameters(Parameters formParameters)
           
 void setInteractionState(StateString interactionState)
           
 
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

log

private static final org.jboss.logging.Logger log
.


info

private static final CommandInfo info
.


navigationalState

private StateString navigationalState
.


interactionState

private StateString interactionState
.


formParameters

private Parameters formParameters
.

Constructor Detail

InvokeWindowActionCommand

public InvokeWindowActionCommand(java.lang.String windowId,
                                 Mode mode,
                                 WindowState windowState,
                                 StateString navigationalState,
                                 StateString interactionState,
                                 Parameters formParameters)
                          throws java.lang.IllegalArgumentException
Method Detail

getNavigationalState

public StateString getNavigationalState()

getInteractionState

public StateString getInteractionState()

setInteractionState

public void setInteractionState(StateString interactionState)

getFormParameters

public Parameters getFormParameters()

setFormParameters

public void setFormParameters(Parameters formParameters)

getInfo

public CommandInfo getInfo()
Description copied from class: ControllerCommand
Return the meta data of this command.

Specified by:
getInfo in class ControllerCommand

execute

public java.lang.Object execute()
                         throws ControllerException
Description copied from class: ControllerCommand
Execute the command.

Specified by:
execute in class ControllerCommand
Throws:
ControllerException