Package org.cxbox.core.controller
Class ViewController
- java.lang.Object
-
- org.cxbox.core.controller.ViewController
-
@RestController @RequestMapping("#{ (${cxbox.api.use-servlet-context-path} == true) ? \'\': \'${cxbox.api.path}\'}") public class ViewController extends Object
-
-
Constructor Summary
Constructors Constructor Description ViewController()
-
-
-
Method Detail
-
screen
@RequestMapping(method=GET, value={"/screen/{name}/**","/screen/{name}"}) public ResponseDTO screen(@PathVariable String name)
-
-