org.jboss.portal.core.controller.portlet
Class PortletActionResponse

java.lang.Object
  extended by org.jboss.portal.core.controller.ControllerResponse
      extended by org.jboss.portal.core.controller.portlet.PortletActionResponse
Direct Known Subclasses:
PortletInstanceActionResponse, PortletWindowActionResponse

public abstract class PortletActionResponse
extends ControllerResponse

Controller response provided by a portlet.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
protected PortletActionResponse(WindowState windowState, Mode mode, StateString contentState)
           
 
Method Summary
 StateString getContentState()
           
 Mode getMode()
           
 WindowState getWindowState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletActionResponse

protected PortletActionResponse(WindowState windowState,
                                Mode mode,
                                StateString contentState)
Method Detail

getWindowState

public WindowState getWindowState()

getMode

public Mode getMode()

getContentState

public StateString getContentState()