Interface | Description |
---|---|
Generator |
The
Generator interface defines the start of a rewriter pipeline. |
GeneratorFactory |
The
GeneratorFactory is a service which creates
Generator s on demand. |
PipelineConfiguration |
Configuration of a pipeline.
|
ProcessingComponentConfiguration |
Configuration of a processing component.
|
ProcessingContext |
The context for a processor invocation.
|
Processor |
A
Processor post processes the output. |
ProcessorConfiguration |
Configuration of a processor.
|
ProcessorFactory |
The
ProcessorFactory is a service which creates
Processor s on demand. |
ProcessorManager |
This service manages the processor configurations.
|
Serializer |
The
Serializer marks the end of the pipeline. |
SerializerFactory |
The
SerializerFactory is a service which creates
Serializer s on demand. |
Transformer |
The
Transformer interface defines the middle of a rewriter pipeline. |
TransformerFactory |
The
TransformerFactory is a service which creates
Transformer s on demand. |
Class | Description |
---|---|
DefaultTransformer |
A generic base transformer which simply delegates all ContentHandler method
invocations to the next ContentHandler.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved