{
__log.debug( "doAction(" + uri + ")" );
}
/* Perform the action */
PortletServiceFactory serviceFactory = _application.getPortletServiceFactory( );
PortletProxy proxy = ( PortletProxy ) _application.getPortlet( uri.getPortletName( ) );
PortletRequestImpl req = new PortletRequestImpl( proxy, request, serviceFactory );
PortletResponseImpl resp = new PortletResponseImpl( proxy, req, response );
HttpServletRequest hreq = req.getHttpRequest( );
String action = uri.getAction( );