Class LayerAttachedUploadsController

java.lang.Object
org.tailormap.api.controller.LayerAttachedUploadsController

@Validated public class LayerAttachedUploadsController extends Object
  • Constructor Details

  • Method Details

    • getLayerAttachedUpload

      @GetMapping(path={"${tailormap-api.base-path}/{viewerKind}/{viewerName}/layer/{appLayerId}/uploads/{category}/{id}","${tailormap-api.base-path}/{viewerKind}/{viewerName}/layer/{appLayerId}/uploads/{category}/{id}/{filename}"}) public org.springframework.http.ResponseEntity<byte[]> getLayerAttachedUpload(@ModelAttribute AppTreeLayerNode appTreeLayerNode, @ModelAttribute GeoService service, @ModelAttribute GeoServiceLayer layer, @ModelAttribute Application application, jakarta.servlet.http.HttpServletRequest request, @PathVariable UploadCategory category, @PathVariable(name="id") UUID id, @PathVariable(name="filename",required=false) String filename)