| javax.servlet.http.HttpServlet com.google.gwt.junit.viewer.server.ReportImageServer
ReportImageServer | public class ReportImageServer extends HttpServlet (Code) | | Serves up report images for the ReportViewer application. Generates the
charts/graphs which contain the benchmarking data for a report.
This servlet requires the name of the report file, the category, the
benchmark class, the test method, and the browser agent.
An Example URI:
/com.google.gwt.junit.viewer.ReportViewer/test_images/
report-12345.xml/
RemoveCategory/
com.google.gwt.junit.client.ArrayListAndVectorBenchmark/
testArrayListRemoves/
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920/
|
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|