Class DebugServlet
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- org.jboss.test.clusterbench.common.debug.AbstractCommonDebugServlet
-
- org.jboss.test.clusterbench.web.debug.DebugServlet
-
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
@WebServlet(name="DebugServlet", urlPatterns={"/debug","/debug/*"}) public class DebugServlet extends AbstractCommonDebugServlet- Author:
- Radoslav Husar
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jboss.test.clusterbench.common.debug.AbstractCommonDebugServlet
KEY
-
-
Constructor Summary
Constructors Constructor Description DebugServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContainerSpecificDebugInfo(jakarta.servlet.http.HttpServletRequest req)-
Methods inherited from class org.jboss.test.clusterbench.common.debug.AbstractCommonDebugServlet
doGet, getServletInfo
-
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service, service
-
-
-
-
Method Detail
-
getContainerSpecificDebugInfo
public String getContainerSpecificDebugInfo(jakarta.servlet.http.HttpServletRequest req)
- Specified by:
getContainerSpecificDebugInfoin classAbstractCommonDebugServlet
-
-