Class PrintJob.PrintResult

java.lang.Object
org.mapfish.print.servlet.job.PrintJob.PrintResult
Enclosing class:
PrintJob

public static class PrintJob.PrintResult extends Object
Holds the info that goes with the result of a print.
  • Field Details

    • fileSize

      public final long fileSize
      The result size in bytes.
    • executionContext

      @Nonnull public final Processor.ExecutionContext executionContext
      The execution context used during the computation.
  • Constructor Details

    • PrintResult

      public PrintResult(long fileSize, Processor.ExecutionContext executionContext)
      Constructor.
      Parameters:
      fileSize - the
      executionContext - the