org.jboss.portal.core.model.instance
Class PortletInstanceResponseHandler

java.lang.Object
  extended by org.jboss.portal.core.model.instance.PortletInstanceResponseHandler
All Implemented Interfaces:
ResponseHandler

public class PortletInstanceResponseHandler
extends java.lang.Object
implements ResponseHandler

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
PortletInstanceResponseHandler()
           
 
Method Summary
 HandlerResponse processCommandResponse(ControllerContext controllerContext, ControllerCommand codmmand, ControllerResponse controllerResponse)
          Process the command response and provides an handler response.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletInstanceResponseHandler

public PortletInstanceResponseHandler()
Method Detail

processCommandResponse

public HandlerResponse processCommandResponse(ControllerContext controllerContext,
                                              ControllerCommand codmmand,
                                              ControllerResponse controllerResponse)
                                       throws ResponseHandlerException
Description copied from interface: ResponseHandler
Process the command response and provides an handler response.

Specified by:
processCommandResponse in interface ResponseHandler
Parameters:
controllerContext - the controller context
codmmand - the controller command
controllerResponse - the controller response
Returns:
the handler response
Throws:
ResponseHandlerException