@Controller @RequestMapping(value="/plugin/navigator") public class NavigatorController extends VuePluginController
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static String |
URI |
menuReaderService, userAccountService| Constructor and Description |
|---|
NavigatorController(MenuReaderService menuReaderService,
org.molgenis.settings.AppSettings appSettings,
org.molgenis.security.user.UserAccountService userAccountService,
NavigatorService navigatorService) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteItems(@Valid DeleteItemsRequest deleteItemsRequest) |
String |
init(org.springframework.ui.Model model) |
getBaseUrl, getLanguageCode, initpublic static final String ID
public static final String URI
public NavigatorController(MenuReaderService menuReaderService, org.molgenis.settings.AppSettings appSettings, org.molgenis.security.user.UserAccountService userAccountService, NavigatorService navigatorService)
@GetMapping(value="/**") public String init(org.springframework.ui.Model model)
@DeleteMapping(value="/delete")
@ResponseStatus(value=OK)
public void deleteItems(@RequestBody @Valid
@Valid DeleteItemsRequest deleteItemsRequest)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.