Package net.bull.javamelody
Class ReportServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.bull.javamelody.ReportServlet
- All Implemented Interfaces:
Serializable,Servlet,ServletConfig
Alternative report servlet.
Note that this servlet is rarely needed, because the .../monitoring url of the
Note that this servlet is rarely needed, because the .../monitoring url of the
MonitoringFilter is enough for the reports of most webapps.- Author:
- petersky, Emeric Vernat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()protected voiddoGet(HttpServletRequest httpRequest, HttpServletResponse httpResponse) voidinit(ServletConfig config) Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
ReportServlet
public ReportServlet()
-
-
Method Details
-
init
- Specified by:
initin interfaceServlet- Overrides:
initin classGenericServlet
-
destroy
public void destroy()- Specified by:
destroyin interfaceServlet- Overrides:
destroyin classGenericServlet
-
doGet
protected void doGet(HttpServletRequest httpRequest, HttpServletResponse httpResponse) throws ServletException, IOException - Overrides:
doGetin classHttpServlet- Throws:
ServletExceptionIOException
-