org.jboss.portal.core.controller
Class ControllerResponse

java.lang.Object
  extended by org.jboss.portal.core.controller.ControllerResponse
Direct Known Subclasses:
ErrorResponse, MarkupResponse, PageRendition, PortletActionResponse, RedirectionResponse, SignOutResponse, StreamContentResponse, ThrowableResponse, UnavailableResourceResponse, UpdatePageResponse, UpdatePortletInstanceResponse, UpdateWindowResponse

public abstract class ControllerResponse
extends java.lang.Object

Base class for responses from the controller after the execution of a controller command.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
ControllerResponse()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerResponse

public ControllerResponse()