Class FileDownloadController

Object
FileDownloadController

@Controller public class FileDownloadController extends Object
  • Constructor Details

    • FileDownloadController

      public FileDownloadController()
  • Method Details

    • getLibraryStatic

      @RequestMapping(value="/api/files/download/{uuid}", method=GET) @ResponseBody public Resource getLibraryStatic(@PathVariable("uuid") String uuid, HttpServletResponse response)