Package ee.datel.dogis.admin.controller
Class FilesController
java.lang.Object
ee.datel.dogis.admin.controller.FilesController
@RestController
public class FilesController
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description FilesController(DeployService srv, ConfigurationManager confSrv, JsonParserService parser, TempFilesUtils temp) -
Method Summary
Modifier and Type Method Description voidgetApplication(java.lang.String appid, javax.servlet.http.HttpServletResponse httpResponse)voidgetFatLayer(java.lang.String layerid, javax.servlet.http.HttpServletResponse httpResponse)
-
Constructor Details
-
FilesController
public FilesController(DeployService srv, ConfigurationManager confSrv, JsonParserService parser, TempFilesUtils temp)
-
-
Method Details
-
getApplication
@GetMapping("/application/{appid}") public void getApplication(@PathVariable("appid") java.lang.String appid, javax.servlet.http.HttpServletResponse httpResponse) throws HttpStatusException- Throws:
HttpStatusException
-
getFatLayer
@GetMapping("/layer/{layerid}") public void getFatLayer(@PathVariable("layerid") java.lang.String layerid, javax.servlet.http.HttpServletResponse httpResponse) throws HttpStatusException- Throws:
HttpStatusException
-