Package org.apache.sling.rewriter
@Version("1.0.1")
package org.apache.sling.rewriter
-
ClassDescriptionA generic base transformer which simply delegates all ContentHandler method invocations to the next ContentHandler.The
Generatorinterface defines the start of a rewriter pipeline.TheGeneratorFactoryis a service which createsGenerators on demand.Configuration of a pipeline.Configuration of a processing component.The context for a processor invocation.AProcessorpost processes the output.Configuration of a processor.TheProcessorFactoryis a service which createsProcessors on demand.This service manages the processor configurations.TheSerializermarks the end of the pipeline.TheSerializerFactoryis a service which createsSerializers on demand.TheTransformerinterface defines the middle of a rewriter pipeline.TheTransformerFactoryis a service which createsTransformers on demand.