Package org.mapfish.print.processor.map
Class SetStyleProcessor.Input
java.lang.Object
org.mapfish.print.processor.map.SetStyleProcessor.Input
- Enclosing class:
- SetStyleProcessor
The input parameter object for
SetStyleProcessor
.-
Field Summary
FieldsModifier and TypeFieldDescriptionA factory for making http requests.The map to update.The style.The template containing this table processor. -
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 -
template
The template containing this table processor. -
map
The map to update. -
style
The style.
-
-
Constructor Details
-
Input
public Input()
-