public class HotSpotDisplayServlet extends AdminDisplayServlet
Init parameters for this servlet are as follows:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Integer |
DEFAULT_SLEEP_INTERGER_MILLIS |
protected org.slf4j.Logger |
logger |
static java.lang.String |
PUBLIC_HANDLE |
ADMIN4J_SESSION_VARIABLE_PREFIX| Constructor and Description |
|---|
HotSpotDisplayServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
displayHotSpotPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String selectedDisplayOption,
java.util.Map<java.lang.StackTraceElement,ExecutionPoint> fullExecutionMap,
java.util.Map<java.lang.StackTraceElement,ExecutionPoint> executionMap,
java.util.Map<java.lang.StackTraceElement,ExecutionPoint> blockedExecutionMap) |
static java.util.Set<javax.servlet.http.HttpServlet> |
getRegisteredServletSet(java.lang.Class klass) |
java.lang.String |
getServletLabel() |
protected java.lang.Integer |
getSleepIntervalInMillis()
Just here to support unit testing.
|
void |
init() |
void |
init(javax.servlet.ServletConfig config) |
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
displayFreeMarkerPage, displayFreeMarkerResponse, hasDisplaydoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic static final java.lang.Integer DEFAULT_SLEEP_INTERGER_MILLIS
public static final java.lang.String PUBLIC_HANDLE
protected org.slf4j.Logger logger
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletjavax.servlet.ServletExceptionprotected void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
service in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionjava.io.IOExceptionprotected void displayHotSpotPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String selectedDisplayOption,
java.util.Map<java.lang.StackTraceElement,ExecutionPoint> fullExecutionMap,
java.util.Map<java.lang.StackTraceElement,ExecutionPoint> executionMap,
java.util.Map<java.lang.StackTraceElement,ExecutionPoint> blockedExecutionMap)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getServletLabel()
getServletLabel in class AdminDisplayServletprotected java.lang.Integer getSleepIntervalInMillis()
public void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic static java.util.Set<javax.servlet.http.HttpServlet> getRegisteredServletSet(java.lang.Class klass)
Copyright © 2015 The Admin4J Project. All Rights Reserved.