org.jboss.portal.portlet.invocation.response
Class PortletInvocationResponse

java.lang.Object
  extended by org.jboss.portal.portlet.invocation.response.PortletInvocationResponse
Direct Known Subclasses:
ErrorResponse, FragmentResponse, RedirectionResponse, RenderResponse, SecurityResponse, StreamResponse, UnavailableResponse

public class PortletInvocationResponse
extends java.lang.Object

The base interface for all result objects.

Version:
$Revision: 5448 $
Author:
Julien Viet

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

Constructor Detail

PortletInvocationResponse

public PortletInvocationResponse()