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

java.lang.Object
  extended by org.jboss.portal.core.controller.portlet.ControllerResponseFactory

public class ControllerResponseFactory
extends java.lang.Object

Version:
$Revision: 8786 $
Author:
Julien Viet

Constructor Summary
ControllerResponseFactory()
           
 
Method Summary
static ControllerResponse createActionResponse(PortalObjectId targetId, ActionContext actionContext, PortletInvocationResponse response)
           
static ControllerResponse createActionResponse(java.lang.String instanceId, PortletInvocationResponse response)
           
static ControllerResponse createResponse(PortletInvokerException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerResponseFactory

public ControllerResponseFactory()
Method Detail

createResponse

public static ControllerResponse createResponse(PortletInvokerException e)

createActionResponse

public static ControllerResponse createActionResponse(PortalObjectId targetId,
                                                      ActionContext actionContext,
                                                      PortletInvocationResponse response)

createActionResponse

public static ControllerResponse createActionResponse(java.lang.String instanceId,
                                                      PortletInvocationResponse response)