org.jboss.dtf.testframework.dtfweb.performance
Class GraphDataServlet

java.lang.Object
  extended by HttpServlet
      extended by org.jboss.dtf.testframework.dtfweb.performance.GraphDataServlet

public class GraphDataServlet
extends HttpServlet


Constructor Summary
GraphDataServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
static java.lang.String getSeriesColor(int seriesNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphDataServlet

public GraphDataServlet()
Method Detail

getSeriesColor

public static final java.lang.String getSeriesColor(int seriesNumber)

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     java.io.IOException
Throws:
ServletException
java.io.IOException