com.raritantechnologies.quickstart.userInterface
Class ChartServlet

java.lang.Object
  extended byHttpServlet
      extended bycom.raritantechnologies.quickstart.userInterface.ChartServlet

public class ChartServlet
extends HttpServlet

Servlet that returns Charts graphics rendered by a cached IChartServer.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan
See Also:
Serialized Form

Constructor Summary
ChartServlet()
           
 
Method Summary
 void service(HttpServletRequest pReq, HttpServletResponse pRes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartServlet

public ChartServlet()
Method Detail

service

public void service(HttpServletRequest pReq,
                    HttpServletResponse pRes)
             throws ServletException,
                    java.io.IOException
Throws:
ServletException
java.io.IOException