Operation |
Details |
private createChart( CategoryDataset dataset):JFreeChart |
Sequential Notes: | Creates the statistic chart. @return The chart. | |
private createDataset():CategoryDataset |
Sequential Notes: | Retrieves statistic data from the framework and creates the dataset for the visualisation and the given months. If there was no request in a month, a dataset with value "0" is added. @return The dataset. | |
public doGet( HttpServletRequest request, HttpServletResponse response):void |
Sequential Tags: | throws=ServletException,IOException
| |
public init( ServletConfig config):void |
Sequential Tags: | throws=ServletException
| |