|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@ComponentRole public interface ChartDataSource
Interface for defining various data sources for charts.
| Field Summary | |
|---|---|
static String |
PARAMS
Parameter identifier for data source specific parameters. |
static String |
SOURCE
Parameter identifier for data source. |
| Method Summary | |
|---|---|
ChartModel |
buildModel(String macroContent,
Map<String,String> macroParameters)
Decodes the given macroContent / extraParams and builds a ChartModel. |
| Field Detail |
|---|
static final String SOURCE
static final String PARAMS
| Method Detail |
|---|
ChartModel buildModel(String macroContent,
Map<String,String> macroParameters)
throws org.xwiki.rendering.macro.MacroExecutionException
ChartModel.
macroContent - content of the macro.macroParameters - parameters provided for the macro.
ChartModel corresponding to the parameters passed in.
org.xwiki.rendering.macro.MacroExecutionException - if something goes wrong while decoding source / parameters.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||