ca.jimr.gae.profiler
Class MiniProfilerServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
ca.jimr.gae.profiler.MiniProfilerServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class MiniProfilerServlet
- extends HttpServlet
Servlet that:
- Returns profile information for a set of requests (in JSON format).
- Serves the static resources that make up the profiler UI.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MiniProfilerServlet
public MiniProfilerServlet()
init
public void init(ServletConfig config)
throws ServletException
- Specified by:
init in interface Servlet- Overrides:
init in class GenericServlet
- Throws:
ServletException
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
Copyright © 2011-2013. All Rights Reserved.