Преглед на файлове

Revert "Use widget set specified by init parameter (#20276)"

Breaks all use of AppWidgetset together with
@VaadinServletConfiguration

This reverts commit 516c428ca1.

Change-Id: I9e9bd792479ee1f4dde08c5d2a4d87e06b77f519
tags/7.7.2^0
Leif Åstrand преди 7 години
родител
ревизия
41dc2fe161
променени са 1 файла, в които са добавени 2 реда и са изтрити 9 реда
  1. 2
    9
      server/src/main/java/com/vaadin/server/UIProvider.java

+ 2
- 9
server/src/main/java/com/vaadin/server/UIProvider.java Целия файл

@@ -178,22 +178,15 @@ public abstract class UIProvider implements Serializable {
return new WidgetsetInfoImpl(uiWidgetset.value());
}

// Second case: We might have an init parameter, use that
String initParameterWidgetSet = event.getService()
.getDeploymentConfiguration().getWidgetset(null);
if (initParameterWidgetSet != null) {
return new WidgetsetInfoImpl(initParameterWidgetSet);
}

// Find the class AppWidgetset in the default package if one exists
WidgetsetInfo info = getWidgetsetClassInfo();

// Third case: we have a generated class called APP_WIDGETSET_NAME
// Second case: we have a generated class called APP_WIDGETSET_NAME
if (info != null) {
return info;
}

// Fourth case: we have an AppWidgetset.gwt.xml file
// third case: we have an AppWidgetset.gwt.xml file
else {
InputStream resource = event.getUIClass()
.getResourceAsStream("/" + APP_WIDGETSET_NAME + ".gwt.xml");

Loading…
Отказ
Запис