Class PrimeController
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.PrimeController
-
Constructor Summary
ConstructorsConstructorDescriptionPrimeController
(AppConfig appConfig, Presentation presentation, PractitionerService practitionerService) -
Method Summary
Modifier and TypeMethodDescriptionhome
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) login
(jakarta.servlet.http.HttpServletRequest request) metadata
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) skipLogin
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
PrimeController
public PrimeController(AppConfig appConfig, Presentation presentation, PractitionerService practitionerService)
-
-
Method Details
-
home
@GetMapping("/home") public String home(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
skipLogin
@GetMapping("/skip-login") public String skipLogin(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
metadata
@GetMapping(value="/metadata", produces="application/xml") public String metadata(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
login
-