类 LocalFileViewController

java.lang.Object
plus.hiver.rustfs.controller.LocalFileViewController

@RestController @RequestMapping("/hiver/file") public class LocalFileViewController extends Object
文件管理管理接口

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 构造器详细资料

    • LocalFileViewController

      public LocalFileViewController()
  • 方法详细资料

    • view

      @GetMapping("/view/{id}") public void view(@PathVariable Long id, @RequestParam(required=false) String filename, @RequestParam(required=false,defaultValue="false") Boolean preview, @RequestParam(required=false,defaultValue="UTF-8") String charset, jakarta.servlet.http.HttpServletResponse response) throws IOException
      抛出:
      IOException