Class PrimeController
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.PrimeController
-
Constructor Summary
ConstructorsConstructorDescriptionPrimeController
(AppConfig appConfig, Presentation presentation, PractitionerService practitionerService, ActivityLogService activityLogService, AuthenticationService authenticateionService, UserNameService userNameService, MasterService masterService) -
Method Summary
Modifier and TypeMethodDescriptionhome
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request, String from) 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, ActivityLogService activityLogService, AuthenticationService authenticateionService, UserNameService userNameService, MasterService masterService)
-
-
Method Details
-
home
@GetMapping("/home") public String home(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request, @RequestParam(name="from",required=false) String from) throws Exception - Throws:
Exception
-
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
-