else
{
String message = "Maximized fragment not found.";
log.error(message);
if (maxedContentFragment != null)
maxedContentFragment.overrideRenderedContent("Sorry, but we were unable access the requested portlet. Send the following message to your portal admin: "+ message);
}
}
protected void aggregateAndRender( ContentFragment f, RequestContext context, ContentPage page )
throws FailedToRenderFragmentException