JIDE 3.5.15

com.jidesoft.chart.servlet
Class ChartServlet

java.lang.Object
  extended by HttpServlet
      extended by com.jidesoft.chart.servlet.ChartServlet

public class ChartServlet
extends HttpServlet

This class is intended for use in servlet-based web servers (such as Apache Tomcat), so that charts can be generated dynamically and included in a web page.

Author:
Simon White (swhite@catalysoft.com)

Constructor Summary
ChartServlet()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void init(ServletConfig config)
           
 void setChartFactory(HttpComponentFactory<?> factory)
           
 void verifyLicense(String companyName, String projectName, String licenseKey)
           
 
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

setChartFactory

public void setChartFactory(HttpComponentFactory<?> factory)

verifyLicense

public void verifyLicense(String companyName,
                          String projectName,
                          String licenseKey)

init

public void init(ServletConfig config)
          throws ServletException
Throws:
ServletException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Throws:
ServletException
IOException

JIDE 3.5.15