public class NotificationWidgetApplication extends AbstractSinglePageApplication {
public NotificationWidgetApplication() {
setPage(new NotificationWidgetPage(getContextManager()));
setExceptionPage(new ExceptionPage());
StyleInjector.inject(NotificationResources.INSTANCE.getCss().getText());
StyleInjector.inject(WhereLibrary.INSTANCE.getCss().getText());
StyleInjector.inject(WhereLibrary.INSTANCE.getStandardStopCss().getText());
}