类 Y9FileController


  • @Controller
    public class Y9FileController
    extends Object
    • 构造器详细资料

      • Y9FileController

        public Y9FileController()
    • 方法详细资料

      • download

        @RequestMapping("/s/{realStoreFileName}")
        public void download​(@PathVariable
                             String realStoreFileName,
                             javax.servlet.http.HttpServletResponse response)
                      throws Exception
        抛出:
        Exception
      • download2

        @RequestMapping("/s")
        public void download2​(@RequestParam
                              String realStoreFileName,
                              javax.servlet.http.HttpServletResponse response)
                       throws Exception
        抛出:
        Exception
      • downloadFiles

        @RequestMapping("/files/{realStoreFileName}")
        public void downloadFiles​(@PathVariable
                                  String realStoreFileName,
                                  javax.servlet.http.HttpServletResponse response)
                           throws Exception
        抛出:
        Exception