Class TableProcessor.Input
java.lang.Object
org.mapfish.print.processor.jasper.TableProcessor.Input
- Enclosing class:
- TableProcessor
Input object for execute.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA factory for making http requests.Data for constructing the table Datasource.The template containing this table processor.The directory to write the generated table to (if dynamic). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clientHttpRequestFactoryProvider
A factory for making http requests. This is added to the values by the framework and therefore does not need to be set in configuration -
tempTaskDirectory
The directory to write the generated table to (if dynamic). -
template
The template containing this table processor. -
table
Data for constructing the table Datasource.
-
-
Constructor Details
-
Input
public Input()
-