Class AdminDebugController

java.lang.Object
thredds.server.admin.AdminDebugController

@Controller @RequestMapping("/admin/debug") public class AdminDebugController extends Object
Handle the /admin/debug interface
Since:
4.0
  • 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