org.jboss.portal.core.model.portal.command.response
Class PortletWindowActionResponse

java.lang.Object
  extended by org.jboss.portal.core.controller.ControllerResponse
      extended by org.jboss.portal.core.controller.portlet.PortletActionResponse
          extended by org.jboss.portal.core.model.portal.command.response.PortletWindowActionResponse

public class PortletWindowActionResponse
extends PortletActionResponse

A portlet response related to a portal object window.

Version:
$Revision: 8786 $
Author:
Julien Viet

Constructor Summary
PortletWindowActionResponse(PortalObjectId windowId, WindowState windowState, Mode mode, StateString contentState)
           
 
Method Summary
 PortalObjectId getWindowId()
           
 
Methods inherited from class org.jboss.portal.core.controller.portlet.PortletActionResponse
getContentState, getMode, getWindowState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletWindowActionResponse

public PortletWindowActionResponse(PortalObjectId windowId,
                                   WindowState windowState,
                                   Mode mode,
                                   StateString contentState)
Method Detail

getWindowId

public PortalObjectId getWindowId()