Project

General

Profile

« Previous | Next » 

Revision e6b01164

Added by Andreas Kohlbecker about 7 years ago

ref

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/ui/DbStatusUIRedirect.java
11 11

  
12 12
@Theme("edit")
13 13
@Title("CDM Board")
14
// @SpringUI(path="/app/distribution") // not needed since this UI is used in the context of DbStatusUI
14
// @SpringUI(path="distribution") // not needed since this UI is used in the context of DbStatusUI
15 15
@Widgetset("eu.etaxonomy.cdm.vaadin.AppWidgetSet")
16 16
@SuppressWarnings("serial")
17 17
public class DbStatusUIRedirect extends AbstractAuthenticatedUI{
......
19 19
	private static final String FIRST_VIEW = "firstView";
20 20

  
21 21
// not needed since this UI is used in the context of DbStatusUI
22
//	@WebServlet(value = {"/*"}, asyncSupported = true)
22
//	@WebServlet(value = {"/app/*"}, asyncSupported = true)
23 23
//	public static class Servlet extends CdmVaadinConversationalServlet {
24 24
//	}
25 25

  

Also available in: Unified diff