Class CreateMapProcessor.Input

java.lang.Object
org.mapfish.print.processor.map.CreateMapProcessor.Input
Direct Known Subclasses:
CreateOverviewMapProcessor.Input
Enclosing class:
CreateMapProcessor

public static class CreateMapProcessor.Input extends Object
The Input object for processor.
  • Field Details

    • clientHttpRequestFactoryProvider

      public MfClientHttpRequestFactoryProvider 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

      public File tempTaskDirectory
      The path to the temporary directory for the print task.
    • template

      public Template template
      The template containing this table processor.
    • outputFormat

      public String outputFormat
      The output format.
  • Constructor Details

    • Input

      public Input()