@RestController @RequestMapping(value="/api/2/ui") public class UiController extends Object
| Constructor and Description |
|---|
UiController() |
| Modifier and Type | Method and Description |
|---|---|
ResponseBody |
getActiveEnvironment() |
ResponseBody |
getGlobalMenu() |
void |
setUiService(UiService uiService) |
@GetMapping(value="/views/global_menu") public ResponseBody getGlobalMenu() throws AuthenticationException, ServiceLayerException
@GetMapping(value="/system/active_environment") public ResponseBody getActiveEnvironment() throws AuthenticationException
AuthenticationExceptionpublic void setUiService(UiService uiService)
Copyright © 2022 CrafterCMS. All rights reserved.