java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.ShellController

@Controller public class ShellController extends Object
  • Constructor Details

    • ShellController

      public ShellController(org.springframework.core.io.ResourceLoader resourceLoader, Presentation presentation)
  • Method Details

    • routeTrees

      @GetMapping(value="/presentation/shell/routes/{namespace}.json", produces="application/json") public org.springframework.http.ResponseEntity<?> routeTrees(@PathVariable String namespace)
    • shellJs

      @GetMapping(value="/presentation/shell/js/{namespace}.js", produces="text/javascript") public org.springframework.http.ResponseEntity<?> shellJs(@PathVariable String namespace)