Class DocsController

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

@Controller public class DocsController 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
    announcements(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
     
    hrsnQuerySwaggerUI(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
    shinnyFhirIg(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
    swaggerUI(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
    techbdHub(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
     
    org.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody>
    techbdHubProxy(jakarta.servlet.http.HttpServletRequest request)
     
    org.springframework.http.ResponseEntity<?>
    techbdHubResource(jakarta.servlet.http.HttpServletRequest request)
     
    org.springframework.http.ResponseEntity<?>
     
    techBdSwaggerUI(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("/docs") public String docs()
    • techbdHub

      @GetMapping("/docs/techbd-hub") public String techbdHub(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • techbdHubSidebar

      @GetMapping("/docs/techbd-hub/sidebar/content") public org.springframework.http.ResponseEntity<?> techbdHubSidebar()
    • techbdHubResource

      @GetMapping("/docs/techbd-hub/resource/content/**") public org.springframework.http.ResponseEntity<?> techbdHubResource(jakarta.servlet.http.HttpServletRequest request) throws com.fasterxml.jackson.core.JsonProcessingException, UnsupportedEncodingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
      UnsupportedEncodingException
    • techbdHubProxy

      @GetMapping("/docs/techbd-hub/resource/proxy/**") public org.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody> techbdHubProxy(jakarta.servlet.http.HttpServletRequest request) throws UnsupportedEncodingException
      Throws:
      UnsupportedEncodingException
    • shinnyFhirIg

      @GetMapping("/docs/shinny-fhir-ig") public String shinnyFhirIg(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • swaggerUI

      @GetMapping("/docs/swagger-ui") public String swaggerUI(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • techBdSwaggerUI

      @GetMapping("/docs/swagger-ui/techbd-api") public String techBdSwaggerUI(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • hrsnQuerySwaggerUI

      @GetMapping("/docs/swagger-ui/query-api") public String hrsnQuerySwaggerUI(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • announcements

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