Package org.mapfish.print.processor
package org.mapfish.print.processor
The parent package for processors.
-
ClassDescriptionAbstractProcessor<IN,
OUT> Basic functionality of a processor.Default implementation ofProcessor.ExecutionContext
.Classes that implement this interface indicate what she dynamically depends on, for the "values" input.Statisctics about the execution of a print job.Marks a processor input parameter as input output value.Marks a processor output parameter as debug value.This processor allows the dynamic configuration of thePDFConfig
object by obtaining data from attributes.The input parameters object.The object that defines how to update thePDFConfig
(see !updatePdfConfig processor).Processor<IN,OUT> Interface for processing input attributes.An execution context for a specific print task.Models a dependency between two processors.Represents a graph of the processors dependencies.Class for constructingProcessorDependencyGraph
instances.Contains information shared across all nodes being executed.ProcessorGraphNode<IN,OUT> Represents one node in the Processor dependency graph (ProcessorDependencyGraph
).A ForkJoinTask that will run the processor and all of its dependencies.Shared methods for working with processor.Processor that provide attributes.Processor that requires attribute.