Package thredds.server.fileserver
Class FileServerController
- java.lang.Object
-
- thredds.server.fileserver.FileServerController
-
@Controller @RequestMapping("/fileServer") public class FileServerController extends ObjectHTTP File Serving handles /fileServer/*
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description FileServerController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
-
-
-
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.ServletExceptionIOException
-
-