@Version("1.0.0")
Package org.apache.sling.rewriter
-
Interface Summary Interface Description Generator TheGenerator
interface defines the start of a rewriter pipeline.GeneratorFactory TheGeneratorFactory
is a service which createsGenerator
s on demand.PipelineConfiguration Configuration of a pipeline.ProcessingComponentConfiguration Configuration of a processing component.ProcessingContext The context for a processor invocation.Processor AProcessor
post processes the output.ProcessorConfiguration Configuration of a processor.ProcessorFactory TheProcessorFactory
is a service which createsProcessor
s on demand.ProcessorManager This service manages the processor configurations.Serializer TheSerializer
marks the end of the pipeline.SerializerFactory TheSerializerFactory
is a service which createsSerializer
s on demand.Transformer TheTransformer
interface defines the middle of a rewriter pipeline.TransformerFactory TheTransformerFactory
is a service which createsTransformer
s on demand. -
Class Summary Class Description DefaultTransformer A generic base transformer which simply delegates all ContentHandler method invocations to the next ContentHandler.