@Version("1.0.0")
Package org.apache.sling.rewriter
-
Interface Summary Interface Description Generator TheGeneratorinterface defines the start of a rewriter pipeline.GeneratorFactory TheGeneratorFactoryis a service which createsGenerators on demand.PipelineConfiguration Configuration of a pipeline.ProcessingComponentConfiguration Configuration of a processing component.ProcessingContext The context for a processor invocation.Processor AProcessorpost processes the output.ProcessorConfiguration Configuration of a processor.ProcessorFactory TheProcessorFactoryis a service which createsProcessors on demand.ProcessorManager This service manages the processor configurations.Serializer TheSerializermarks the end of the pipeline.SerializerFactory TheSerializerFactoryis a service which createsSerializers on demand.Transformer TheTransformerinterface defines the middle of a rewriter pipeline.TransformerFactory TheTransformerFactoryis a service which createsTransformers on demand. -
Class Summary Class Description DefaultTransformer A generic base transformer which simply delegates all ContentHandler method invocations to the next ContentHandler.