+ documents.size()
+ " elements, loading time: "
+ stopwatch.elapsedMillis() + "ms");
documentListPresenter.setDocuments(documents);
History history = injector.getHistory();
history.addValueChangeHandler(injector
.getHistoryEventHandlerService());
Log.info("=========== now firing current history state =========== ");
history.fireCurrentHistoryState();
exceptionHandler.setAppPresenter(appPresenter);
exceptionHandler.setTargetContentsPresenter(injector
.getTargetContentsPresenter());