@Controller
@RequestMapping(value="/plugin/navigator")
public class NavigatorController
extends org.molgenis.web.PluginController
| Modifier and Type | Field and Description |
|---|---|
static String |
NAVIGATOR |
static String |
URI |
| Constructor and Description |
|---|
NavigatorController(MenuReaderService menuReaderService,
org.molgenis.data.i18n.LanguageService languageService,
org.molgenis.data.settings.AppSettings appSettings) |
| Modifier and Type | Method and Description |
|---|---|
String |
init(org.springframework.ui.Model model) |
public static final String NAVIGATOR
public static final String URI
public NavigatorController(MenuReaderService menuReaderService, org.molgenis.data.i18n.LanguageService languageService, org.molgenis.data.settings.AppSettings appSettings)
@RequestMapping(value="/**",
method=GET)
public String init(org.springframework.ui.Model model)
Copyright © 2017. All rights reserved.