Package org.mapfish.print.servlet.job
Class PrintJob.PrintResult
java.lang.Object
org.mapfish.print.servlet.job.PrintJob.PrintResult
- Enclosing class:
- PrintJob
Holds the info that goes with the result of a print.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe execution context used during the computation.final long
The result size in bytes. -
Constructor Summary
ConstructorsConstructorDescriptionPrintResult
(long fileSize, Processor.ExecutionContext executionContext) Constructor. -
Method Summary
-
Field Details
-
fileSize
public final long fileSizeThe result size in bytes. -
executionContext
The execution context used during the computation.
-
-
Constructor Details
-
PrintResult
Constructor.- Parameters:
fileSize
- theexecutionContext
- the
-