Class TableProcessor.Input

java.lang.Object
org.mapfish.print.processor.jasper.TableProcessor.Input
Enclosing class:
TableProcessor

public static final class TableProcessor.Input extends Object
Input object for execute.
  • 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
    • tempTaskDirectory

      public File tempTaskDirectory
      The directory to write the generated table to (if dynamic).
    • template

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

      Data for constructing the table Datasource.
  • Constructor Details

    • Input

      public Input()