Config.setTraceParameter(trace);
}
// Create and display the view.
AnalyticsManager analytics = new AnalyticsManagerImpl();
ViewAndHistory fullViewAndHistory = createFullView(analytics);
RootLayoutPanel.get().add(fullViewAndHistory.fullView);
// Notify analytics that we have loaded the explorer.
analytics.trackEventWithValue(AnalyticsEvent.LOAD_EXPLORER, "Full");
// Load the requested URL.
fullViewAndHistory.historyManager.processUrl(History.getToken());
}