Class TigerAdminUiController
- java.lang.Object
-
- de.gematik.test.tiger.admin.controller.TigerAdminUiController
-
@Controller public class TigerAdminUiController extends Object
-
-
Constructor Summary
Constructors Constructor Description TigerAdminUiController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfigScheme()StringgetStartPage()StringgetTemplates()StringopenYamlFile(String file)
-
-
-
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()
-
getConfigScheme
@GetMapping(value="/getConfigScheme", produces="application/json") @ResponseBody public String getConfigScheme()
-
-