Package thredds.server.admin
Class AdminDebugController
- java.lang.Object
-
- thredds.server.admin.AdminDebugController
-
@Controller @RequestMapping("/admin/debug") public class AdminDebugController extends ObjectHandle the /admin/debug interface- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description AdminDebugController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidshowDebugPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
showDebugPage
@RequestMapping(method=GET) protected void showDebugPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException- Throws:
IOException
-
-