org.jboss.portal.core.model.portal.command.action
Class InvokePortletWindowCommand

java.lang.Object
  extended by org.jboss.portal.common.invocation.Invocation
      extended by org.jboss.portal.core.controller.ControllerCommand
          extended by org.jboss.portal.core.model.portal.command.PortalObjectCommand
              extended by org.jboss.portal.core.model.portal.command.PortalCommand
                  extended by org.jboss.portal.core.model.portal.command.PageCommand
                      extended by org.jboss.portal.core.model.portal.command.WindowCommand
                          extended by org.jboss.portal.core.model.portal.command.action.InvokeWindowCommand
                              extended by org.jboss.portal.core.model.portal.command.action.InvokePortletWindowCommand
Direct Known Subclasses:
InvokePortletWindowActionCommand, InvokePortletWindowRenderCommand

public abstract class InvokePortletWindowCommand
extends InvokeWindowCommand

Version:
$Revision: 630 $
Author:
Julien Viet

Field Summary
protected  org.jboss.portal.Mode mode
          .
protected  org.jboss.portal.portlet.StateString navigationalState
          .
protected  org.jboss.portal.WindowState windowState
          .
 
Fields inherited from class org.jboss.portal.core.model.portal.command.WindowCommand
window
 
Fields inherited from class org.jboss.portal.core.model.portal.command.PageCommand
page
 
Fields inherited from class org.jboss.portal.core.model.portal.command.PortalCommand
portal
 
Fields inherited from class org.jboss.portal.core.model.portal.command.PortalObjectCommand
dashboard, 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
protected InvokePortletWindowCommand(PortalObjectId windowId, org.jboss.portal.Mode mode, org.jboss.portal.WindowState windowState, org.jboss.portal.portlet.StateString navigationalState)
           
 
Method Summary
 org.jboss.portal.Mode getMode()
           
 org.jboss.portal.portlet.StateString getNavigationalState()
           
 org.jboss.portal.WindowState getWindowState()
           
 
Methods inherited from class org.jboss.portal.core.model.portal.command.action.InvokeWindowCommand
createPortletRequest, execute
 
Methods inherited from class org.jboss.portal.core.model.portal.command.WindowCommand
enforceSecurity, getWindow, initPage
 
Methods inherited from class org.jboss.portal.core.model.portal.command.PageCommand
getPage, initPortal
 
Methods inherited from class org.jboss.portal.core.model.portal.command.PortalCommand
acquireResources, getPortal
 
Methods inherited from class org.jboss.portal.core.model.portal.command.PortalObjectCommand
getTarget, getTargetId, isDashboard
 
Methods inherited from class org.jboss.portal.core.controller.ControllerCommand
create, createContext, destroy, destroyContext, getContext, getControllerContext, getInfo, releaseResources, 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 org.jboss.portal.Mode mode
.


windowState

protected final org.jboss.portal.WindowState windowState
.


navigationalState

protected final org.jboss.portal.portlet.StateString navigationalState
.

Constructor Detail

InvokePortletWindowCommand

protected InvokePortletWindowCommand(PortalObjectId windowId,
                                     org.jboss.portal.Mode mode,
                                     org.jboss.portal.WindowState windowState,
                                     org.jboss.portal.portlet.StateString navigationalState)
                              throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Method Detail

getNavigationalState

public org.jboss.portal.portlet.StateString getNavigationalState()

getMode

public org.jboss.portal.Mode getMode()

getWindowState

public org.jboss.portal.WindowState getWindowState()