super.onReveal();
setInSlot(TYPE_Footer, footerPresenter);
setInSlot(TYPE_Header, headerPresenter);
setInSlot(TYPE_Sidebar, sidebarPresenter);
SessionInformation sessionInformation = sessionInformationManager.get();
// Register Session
sessionInformation.continueSession();
// fire Login/Logout depending on wether we continue a user session
if (sessionInformation.isLoggedIn()) {
getEventBus().fireEvent(new LoginEvent(sessionInformation));
}
// Remark: RPC calls have to be in onReveal!
// Does not work at onBind, onReset! -> null object exception