Package net.risesoft.y9public.controller
Class Y9FileController
- java.lang.Object
-
- net.risesoft.y9public.controller.Y9FileController
-
@Controller public class Y9FileController extends Object
-
-
Constructor Summary
Constructors Constructor Description Y9FileController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddownload(String realStoreFileName, javax.servlet.http.HttpServletResponse response)voiddownload2(String realStoreFileName, javax.servlet.http.HttpServletResponse response)voiddownloadFiles(String realStoreFileName, javax.servlet.http.HttpServletResponse response)
-
-
-
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
-
-