Class ConsoleController

java.lang.Object
org.techbd.service.http.hub.prime.ux.ConsoleController

@Controller public class ConsoleController extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.fasterxml.jackson.databind.ObjectMapper
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    certEngineScorecard(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
     
    healthInformation(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
    hrsnViewerApp(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
    islm(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
    projects(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
    schemaSpy(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
  • Field Details

    • headersOM

      public static final com.fasterxml.jackson.databind.ObjectMapper headersOM
  • Constructor Details

  • Method Details

    • docs

      @GetMapping("/console") public String docs()
    • certEngineScorecard

      @GetMapping("/console/cert-engine-scorecard") public String certEngineScorecard(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • hrsnViewerApp

      @GetMapping("/console/hrsn-viewer-app") public String hrsnViewerApp(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • healthInformation

      @GetMapping("/console/health-info") public String healthInformation(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • projects

      @GetMapping("/console/project") public String projects(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • schemaSpy

      @GetMapping("/console/schema") public String schemaSpy(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • islm

      @GetMapping("/console/islm") public String islm(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)