//
return;
}
else if (controllerResponse instanceof PortletResponse)
{
PortletResponse portletResponse = (PortletResponse)controllerResponse;
PortletInvocationResponse pir = portletResponse.getResponse();
//
if (pir instanceof ErrorResponse)
{
ErrorResponse errorResponse = (ErrorResponse)pir;