com.jidesoft.chart.servlet
Class ChartServlet
java.lang.Object
HttpServlet
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartServlet
public ChartServlet()
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