Package org.mapfish.print.processor.map
Class CreateMapProcessor.Input
java.lang.Object
org.mapfish.print.processor.map.CreateMapProcessor.Input
- Direct Known Subclasses:
CreateOverviewMapProcessor.Input
- Enclosing class:
- CreateMapProcessor
The Input object for processor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA factory for making http requests.The required parameters for the map.The output format.The template containing this table processor.The path to the temporary directory for the print task. -
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 -
map
The required parameters for the map. -
tempTaskDirectory
The path to the temporary directory for the print task. -
template
The template containing this table processor. -
outputFormat
The output format.
-
-
Constructor Details
-
Input
public Input()
-