Uses of Interface
org.apache.sling.rewriter.ProcessorConfiguration
-
Packages that use ProcessorConfiguration Package Description org.apache.sling.rewriter -
-
Uses of ProcessorConfiguration in org.apache.sling.rewriter
Subinterfaces of ProcessorConfiguration in org.apache.sling.rewriter Modifier and Type Interface Description interfacePipelineConfigurationConfiguration of a pipeline.Methods in org.apache.sling.rewriter that return types with arguments of type ProcessorConfiguration Modifier and Type Method Description List<ProcessorConfiguration>ProcessorManager. getProcessorConfigurations()Return the list of currently available processor configurations.Methods in org.apache.sling.rewriter with parameters of type ProcessorConfiguration Modifier and Type Method Description ProcessorProcessorManager. getProcessor(ProcessorConfiguration configuration, ProcessingContext context)Return a pipeline for a pipeline configuration.voidProcessor. init(ProcessingContext context, ProcessorConfiguration config)Initialize this component.
-