Class DataSourceProcessor.Input
java.lang.Object
org.mapfish.print.processor.jasper.DataSourceProcessor.Input
- Enclosing class:
- DataSourceProcessor
Contains the datasource input.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe data that will be processed by this processor in order to create a Jasper DataSource object.The values object with all values.The values object with all values. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
template
The values object with all values. This is required in order to run sub-processor graph -
values
The values object with all values. This is required in order to run sub-processor graph -
datasource
The data that will be processed by this processor in order to create a Jasper DataSource object.
-
-
Constructor Details
-
Input
public Input()
-