JIDE 3.5.15

Package com.jidesoft.chart.servlet

This package contains classes to support the dynamic generation of charts to serve up from a web server.

See:
          Description

Interface Summary
HttpComponentFactory<T extends Component> Here, we define a factory interface that returns a Component in response to an HTTP Request.
 

Class Summary
ChartServlet 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.
ComponentServlet  
DefaultHttpChartFactory The base URL causes a chart servlet to be called and the chart servlet delegates control to this class to create a suitable chart object from the URL and its parameters.
JButtonServlet We only have to define how to create Buttons in a button factory - the rest is general stuff that can be delegated to a ComponentServlet.
ServletUtils  
 

Package com.jidesoft.chart.servlet Description

This package contains classes to support the dynamic generation of charts to serve up from a web server. It is currently experimental and subject to change.


JIDE 3.5.15