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

@Controller public class AiController extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    AiController(Presentation presentation)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ai()
     
    drhdev(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
    drhGeneral(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
    research(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
    svmFinal(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
    workspace(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AiController

      public AiController(Presentation presentation)
  • Method Details

    • svmFinal

      @GetMapping("/ai/info") public String svmFinal(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • drhGeneral

      @GetMapping("/ai/general") public String drhGeneral(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • research

      @GetMapping("/ai/research") public String research(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • workspace

      @GetMapping("/ai/workspace") public String workspace(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • drhdev

      @GetMapping("/aidev/info") public String drhdev(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • ai

      @GetMapping("/ai") public String ai()