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/ConceptRelationshipUIRedirect.java
25 25
 *
26 26
 */
27 27
@Theme("edit")
28
// @SpringUI(path="/app/concept") // not needed since this UI is used in the context of ConceptRelationshipUI
28
// @SpringUI(path="concept") // not needed since this UI is used in the context of ConceptRelationshipUI
29 29
@Widgetset("eu.etaxonomy.cdm.vaadin.AppWidgetSet")
30 30
public class ConceptRelationshipUIRedirect extends AbstractAuthenticatedUI {
31 31

  
......
36 36
    private final static Logger logger = Logger.getLogger(ConceptRelationshipUIRedirect.class);
37 37

  
38 38
// not needed since this UI is used in the context of ConceptRelationshipUI
39
//    @WebServlet(value = {"/*"}, asyncSupported = true)
39
//    @WebServlet(value = {"/app/*"}, asyncSupported = true)
40 40
//    public static class Servlet extends SpringVaadinServlet {
41 41
//    }
42 42

  

Also available in: Unified diff