Package de.laures.cewolf

Servlet based framework to render charts into a client's response stream.

See:
          Description

Interface Summary
ChartHolder An object of this type represents a full description of a chart.
ChartImage A special ChartHolder which also holds the image presentation of the chart.
ChartPostProcessor Postprocesses a generated chart instance.
DatasetProducer Produces a Dataset which will be rendered as a chart afterwards.
NonSerializableChartPostProcessor This interface must be implemented by postprocessors that are not serializable.
Storage Pluggable storage.
WebConstants Contains some base constants to avoid explicit dependancy to concrete chart implementation's constant values.
 

Class Summary
CewolfRenderer The rendering servlet of Cewolf.
Configuration This class represents the configuration of the Cewolf framework.
 

Exception Summary
CewolfException Base class of all Cewolf related exceptions
ChartRenderingException Thrown by a renderer if a problem during the rendering process occured.
ChartValidationException  
ConfigurationException Thrown by an object which handles the production of a specific chart instance when detecting an incorrect or unconsistent configuration.
DatasetProduceException Thrown by a DatasetProducer if it has problems in creating a correct dataset.
PostProcessingException Thrown by a DatasetProducer if it has problems in creating a correct dataset.
 

Package de.laures.cewolf Description

Servlet based framework to render charts into a client's response stream.



cewolf tag library - web charts with JFreeChart