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 ProcessorProcessorFactory. createProcessor()Create a new processor.ProcessorProcessorManager. 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 classPipelineImplThePipelineImplis the heart of the pipeline processing.classProcessorWrapperThis is a wrapper for a processor.Methods in org.apache.sling.rewriter.impl that return Processor Modifier and Type Method Description ProcessorFactoryCache. getProcessor(String type)Get the processor of the given type.ProcessorProcessorManagerImpl. getProcessor(ProcessorConfiguration configuration, ProcessingContext context)
-