Uses of Interface
org.apache.sling.rewriter.Processor
-
Packages that use Processor Package Description org.apache.sling.rewriter org.apache.sling.rewriter.impl -
-
Uses of Processor in org.apache.sling.rewriter
Methods in org.apache.sling.rewriter that return Processor Modifier and Type Method Description Processor
ProcessorFactory. createProcessor()
Create a new processor.Processor
ProcessorManager. getProcessor(ProcessorConfiguration configuration, ProcessingContext context)
Return a pipeline for a pipeline configuration. -
Uses of Processor in org.apache.sling.rewriter.impl
Classes in org.apache.sling.rewriter.impl that implement Processor Modifier and Type Class Description class
PipelineImpl
ThePipelineImpl
is the heart of the pipeline processing.class
ProcessorWrapper
This is a wrapper for a processor.Methods in org.apache.sling.rewriter.impl that return Processor Modifier and Type Method Description Processor
FactoryCache. getProcessor(String type)
Get the processor of the given type.Processor
ProcessorManagerImpl. getProcessor(ProcessorConfiguration configuration, ProcessingContext context)
-