Class UiController
java.lang.Object
org.craftercms.studio.controller.rest.v2.UiController
Controller that provides the UI elements the current user has access to.
- Author:
- avasquez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
UiController
-
-
Method Details
-
getGlobalMenu
@GetMapping("/views/global_menu") public ResultList<MenuItem> getGlobalMenu() throws AuthenticationException, ServiceLayerException -
getActiveEnvironment
@GetMapping("/system/active_environment") public ResultOne<String> getActiveEnvironment() throws AuthenticationException- Throws:
AuthenticationException
-