Class ThreaddumpConsolePlugin
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.composum.sling.nodes.consoleplugin.ThreaddumpConsolePlugin
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class ThreaddumpConsolePlugin extends javax.servlet.http.HttpServletDisplays the stacktraces of active or all threads. Use as console plugin: http://localhost:9090/system/console/threaddump- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classThreaddumpConsolePlugin.ThreaddumpRunner
-
Field Summary
Fields Modifier and Type Field Description protected static StringLOC_CSSLocation for the CSS.static StringPARAM_NAMEREGEXstatic StringPARAM_STATE
-
Constructor Summary
Constructors Constructor Description ThreaddumpConsolePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Field Detail
-
LOC_CSS
protected static final String LOC_CSS
Location for the CSS.- See Also:
- Constant Field Values
-
PARAM_STATE
public static final String PARAM_STATE
- See Also:
- Constant Field Values
-
PARAM_NAMEREGEX
public static final String PARAM_NAMEREGEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException- Overrides:
doGetin classjavax.servlet.http.HttpServlet- Throws:
javax.servlet.ServletExceptionIOException
-
-