public abstract class AbstractCommonDebugServlet
extends javax.servlet.http.HttpServlet
getContainerSpecificDebugInfo(HttpServletRequest) method.| Constructor and Description |
|---|
AbstractCommonDebugServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
abstract String |
getContainerSpecificDebugInfo(javax.servlet.http.HttpServletRequest req)
Implement this method to print out any debug info specific to the container or EE version.
|
String |
getServletInfo() |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String KEY
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServletpublic abstract String getContainerSpecificDebugInfo(javax.servlet.http.HttpServletRequest req)
req - HttpServletRequestCopyright © 2019 JBoss by Red Hat. All rights reserved.