Class HtmlThreadInformationsReport
java.lang.Object
net.bull.javamelody.internal.web.html.HtmlAbstractReport
net.bull.javamelody.internal.web.html.HtmlThreadInformationsReport
Partie du rapport html pour les threads sur le serveur.
- Author:
- Emeric Vernat
-
Constructor Summary
ConstructorsConstructorDescriptionHtmlThreadInformationsReport(List<ThreadInformations> threadInformationsList, boolean stackTraceEnabled, Writer writer) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetStateIcon(ThreadInformations threadInformations) voidMethods inherited from class net.bull.javamelody.internal.web.html.HtmlAbstractReport
getCsrfTokenUrlPart
-
Constructor Details
-
HtmlThreadInformationsReport
public HtmlThreadInformationsReport(List<ThreadInformations> threadInformationsList, boolean stackTraceEnabled, Writer writer)
-
-
Method Details
-
writeThreadsDump
- Throws:
IOException
-
getStateIcon
-