Class LegendProcessor.Input
java.lang.Object
org.mapfish.print.processor.jasper.LegendProcessor.Input
- Enclosing class:
- LegendProcessor
The Input Parameter object for
LegendProcessor
.-
Field Summary
FieldsModifier and TypeFieldDescriptionA factory for making http requests.The data required for creating the legend.The template that contains this processor.The path to the temporary directory for the print task. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
template
The template that contains this processor. -
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 path to the temporary directory for the print task. -
legend
The data required for creating the legend.
-
-
Constructor Details
-
Input
public Input()
-