Package org.cxbox.core.controller
Class ScreenController
- java.lang.Object
-
- org.cxbox.core.controller.ScreenController
-
@RestController @RequestMapping("#{ (${cxbox.api.use-servlet-context-path} == true) ? \'\': \'${cxbox.api.path}\'}") public class ScreenController extends Object
-
-
Constructor Summary
Constructors Constructor Description ScreenController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScreenResponsibility>getScreens()Should be called by authenticated user for a list of available screens
-
-
-
Method Detail
-
getScreens
@GetMapping("/screens") public List<ScreenResponsibility> getScreens()Should be called by authenticated user for a list of available screens- Returns:
- Available screens and their meta information
-
-