@Controller
@RequestMapping(value="/admin",
method=GET)
public class DebugController
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DebugController.Action |
static class |
DebugController.Category |
static class |
DebugController.Event |
| Constructor and Description |
|---|
DebugController() |
| Modifier and Type | Method and Description |
|---|---|
static DebugController.Category |
find(String name) |
protected void |
showDebugPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
@RequestMapping(value={"/debug","/debug/*"})
protected void showDebugPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionpublic static DebugController.Category find(String name)
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.