Class Y9FileController


  • @Controller
    public class Y9FileController
    extends Object
    • Constructor Detail

      • Y9FileController

        public Y9FileController()
    • Method Detail

      • download

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

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

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