context.getExceptionHandler().getUnhandledExceptionQueuedEvents().iterator().hasNext();
}
private NavigationHandler getWrappedNavigationHandler()
{
ViewConfigAwareNavigationHandler viewConfigAwareNavigationHandler =
new ViewConfigAwareNavigationHandler(this.wrapped);
//TODO add AccessScopeAwareNavigationHandler
return viewConfigAwareNavigationHandler;
}