Class ShellController
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.ShellController
-
Constructor Summary
ConstructorsConstructorDescriptionShellController
(org.springframework.core.io.ResourceLoader resourceLoader, Presentation presentation) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<?> navPrime()
org.springframework.http.ResponseEntity
<?> org.springframework.http.ResponseEntity
<?> routeTrees
(String namespace) org.springframework.http.ResponseEntity
<?>
-
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)