Class StudyDetailController

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

@Controller public class StudyDetailController extends Object
  • Constructor Details

    • StudyDetailController

      public StudyDetailController(Presentation presentation)
  • Method Details

    • studyDetail

      @GetMapping("/study/detail/{studyId}") public String studyDetail(@PathVariable String studyId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • detail

      @GetMapping("/study/{studyId}") public String detail(@PathVariable String studyId)