public class ProfilerServlet extends HttpServlet
| Constructor and Description |
|---|
ProfilerServlet() |
| Modifier and Type | Method and Description |
|---|---|
ProfilerManager |
createProfiler() |
protected void |
doGet(HttpServletRequest req,
HttpServletResponse res)
Process a GET or HEAD request
|
protected void |
doPost(HttpServletRequest req,
HttpServletResponse res)
Process a POST request
|
protected void |
handleRequest(HttpServletRequest request,
HttpServletResponse response) |
protected void |
handleResponse(HttpServletRequest request,
HttpServletResponse response) |
void |
init()
Initialize the servlet.
|
protected void |
writeHtml(HttpServletRequest request,
HttpServletResponse response) |
protected void |
writeXml(HttpServletRequest request,
HttpServletResponse response) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toStringpublic ProfilerManager createProfiler()
public void init()
GenericServletinit in class GenericServletprotected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, java.io.IOException
HttpServletdoGet in class HttpServletreq - the client requestres - response to the clientServletExceptionjava.io.IOExceptionprotected void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, java.io.IOException
HttpServletdoPost in class HttpServletreq - the client requestres - response to the clientServletExceptionjava.io.IOExceptionprotected void handleRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletExceptionjava.io.IOExceptionprotected void handleResponse(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletExceptionjava.io.IOExceptionprotected void writeHtml(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletExceptionjava.io.IOExceptionprotected void writeXml(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletExceptionjava.io.IOException