Class TigerAdminUiController


  • @Controller
    public class TigerAdminUiController
    extends Object
    • Constructor Detail

      • TigerAdminUiController

        public TigerAdminUiController()
    • Method Detail

      • getStartPage

        @GetMapping("/")
        public String getStartPage()
      • openYamlFile

        @GetMapping(value="/openYamlFile",
                    produces="application/json")
        @ResponseBody
        public String openYamlFile​(@RequestParam("cfgfile")
                                   String file)
                            throws IOException
        Throws:
        IOException
      • getTemplates

        @GetMapping(value="/getTemplates",
                    produces="application/json")
        @ResponseBody
        public String getTemplates()