Package ee.datel.dogis.admin.controller
Class FilesController
java.lang.Object
ee.datel.dogis.admin.controller.FilesController
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetApplication(String appid, jakarta.servlet.http.HttpServletResponse httpResponse) voidgetFatLayer(String layerid, jakarta.servlet.http.HttpServletResponse httpResponse)
-
Method Details
-
getApplication
@GetMapping("/application/{appid}") public void getApplication(@PathVariable String appid, jakarta.servlet.http.HttpServletResponse httpResponse) throws HttpStatusException - Throws:
HttpStatusException
-
getFatLayer
@GetMapping("/layer/{layerid}") public void getFatLayer(@PathVariable String layerid, jakarta.servlet.http.HttpServletResponse httpResponse) throws HttpStatusException - Throws:
HttpStatusException
-