org.jboss.portal.core.model.portal.command.action
Class InvokePortletWindowRenderCommand
java.lang.Object
org.jboss.portal.common.invocation.Invocation
org.jboss.portal.core.controller.ControllerCommand
org.jboss.portal.core.model.portal.command.PortalObjectCommand
org.jboss.portal.core.model.portal.command.PortalCommand
org.jboss.portal.core.model.portal.command.PageCommand
org.jboss.portal.core.model.portal.command.WindowCommand
org.jboss.portal.core.model.portal.command.action.InvokeWindowCommand
org.jboss.portal.core.model.portal.command.action.InvokePortletWindowCommand
org.jboss.portal.core.model.portal.command.action.InvokePortletWindowRenderCommand
public class InvokePortletWindowRenderCommand
- extends InvokePortletWindowCommand
Simply update the navigational state of the window. No invocation to the underlying is done.
- Version:
- $Revision: 11068 $
- Author:
- Julien Viet
| Fields inherited from class org.jboss.portal.core.model.portal.command.PageCommand |
page |
| Fields inherited from class org.jboss.portal.common.invocation.Invocation |
EMPTY_STACK |
|
Method Summary |
protected org.jboss.portal.portlet.controller.request.ContainerRequest |
createPortletRequest(org.jboss.portal.portlet.info.PortletInfo portletInfo,
org.jboss.portal.portlet.controller.state.PortletPageNavigationalState pageNS,
org.jboss.portal.portlet.controller.state.PortletWindowNavigationalState windowNS)
|
CommandInfo |
getInfo()
Return the meta data of this command. |
| 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 |
InvokePortletWindowRenderCommand
public InvokePortletWindowRenderCommand(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
InvokePortletWindowRenderCommand
public InvokePortletWindowRenderCommand(PortalObjectId windowId,
org.jboss.portal.Mode mode,
org.jboss.portal.WindowState windowState)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getInfo
public CommandInfo getInfo()
- Description copied from class:
ControllerCommand
- Return the meta data of this command.
- Specified by:
getInfo in class ControllerCommand
createPortletRequest
protected org.jboss.portal.portlet.controller.request.ContainerRequest createPortletRequest(org.jboss.portal.portlet.info.PortletInfo portletInfo,
org.jboss.portal.portlet.controller.state.PortletPageNavigationalState pageNS,
org.jboss.portal.portlet.controller.state.PortletWindowNavigationalState windowNS)
- Specified by:
createPortletRequest in class InvokeWindowCommand