*/
public BrowserContent getBrowserContent(
final BrowserContentProviderContext context)
throws RenderingException {
if (context == null) {
throw new RenderingException("No Context is passed into Provider");
}
final BrowserContentBaseImpl browserContentBaseImpl =
new BrowserContentBaseImpl(
context.getHttpConnection().getURL(), null, context