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
Generator
interface defines the start of a rewriter pipeline.TheGeneratorFactory
is a service which createsGenerator
s on demand.Configuration of a pipeline.Configuration of a processing component.The context for a processor invocation.AProcessor
post processes the output.Configuration of a processor.TheProcessorFactory
is a service which createsProcessor
s on demand.This service manages the processor configurations.TheSerializer
marks the end of the pipeline.TheSerializerFactory
is a service which createsSerializer
s on demand.TheTransformer
interface defines the middle of a rewriter pipeline.TheTransformerFactory
is a service which createsTransformer
s on demand.