Package thredds.server.admin
Class AdminDebugController
java.lang.Object
thredds.server.admin.AdminDebugController
Handle the /admin/debug interface
- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidshowDebugPage(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Constructor Details
-
AdminDebugController
public AdminDebugController()
-
-
Method Details
-
showDebugPage
@RequestMapping(method=GET) protected void showDebugPage(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException - Throws:
IOException
-