Class FileServerController


  • @Controller
    @RequestMapping("/fileServer")
    public class FileServerController
    extends Object
    HTTP File Serving handles /fileServer/*
    • Field Detail

      • log

        protected static org.slf4j.Logger log
    • Constructor Detail

      • FileServerController

        public FileServerController()
    • Method Detail

      • doGet

        @RequestMapping("**")
        public void doGet​(javax.servlet.http.HttpServletRequest req,
                          javax.servlet.http.HttpServletResponse res)
                   throws javax.servlet.ServletException,
                          IOException
        Throws:
        javax.servlet.ServletException
        IOException