com.caucho.tools.profiler
Class ProfilerServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.caucho.tools.profiler.ProfilerServlet
- All Implemented Interfaces:
- java.io.Serializable, Servlet, ServletConfig
public class ProfilerServlet
- extends HttpServlet
Html interface to profiling information.
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProfilerServlet
public ProfilerServlet()
createProfiler
public ProfilerManager createProfiler()
init
public void init()
- Description copied from class:
GenericServlet
- Initialize the servlet. Servlets should override this method
if they need any initialization like opening pooled
database connections.
- Overrides:
init
in class GenericServlet
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
- Description copied from class:
HttpServlet
- Process a GET or HEAD request
- Overrides:
doGet
in class HttpServlet
- Parameters:
req
- the client requestres
- response to the client
- Throws:
ServletException
java.io.IOException
doPost
protected void doPost(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
- Description copied from class:
HttpServlet
- Process a POST request
- Overrides:
doPost
in class HttpServlet
- Parameters:
req
- the client requestres
- response to the client
- Throws:
ServletException
java.io.IOException
handleRequest
protected void handleRequest(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
handleResponse
protected void handleResponse(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
writeHtml
protected void writeHtml(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
writeXml
protected void writeXml(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException