Package | Description |
---|---|
org.apache.sling.rewriter | |
org.apache.sling.rewriter.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
PipelineConfiguration
Configuration of a pipeline.
|
Modifier and Type | Method and Description |
---|---|
List<ProcessorConfiguration> |
ProcessorManager.getProcessorConfigurations()
Return the list of currently available processor configurations.
|
Modifier and Type | Method and Description |
---|---|
Processor |
ProcessorManager.getProcessor(ProcessorConfiguration configuration,
ProcessingContext context)
Return a pipeline for a pipeline configuration.
|
void |
Processor.init(ProcessingContext context,
ProcessorConfiguration config)
Initialize this component.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessorConfigurationImpl
Configuration of a processor.
|
Modifier and Type | Field and Description |
---|---|
ProcessorConfiguration |
ProcessorManagerImpl.ConfigEntry.config |
Modifier and Type | Method and Description |
---|---|
List<ProcessorConfiguration> |
ProcessorManagerImpl.getProcessorConfigurations() |
Modifier and Type | Method and Description |
---|---|
int |
ProcessorManagerImpl.ProcessorConfiguratorComparator.compare(ProcessorConfiguration config0,
ProcessorConfiguration config1) |
Processor |
ProcessorManagerImpl.getProcessor(ProcessorConfiguration configuration,
ProcessingContext context) |
void |
ProcessorWrapper.init(ProcessingContext context,
ProcessorConfiguration config) |
void |
PipelineImpl.init(ProcessingContext processingContext,
ProcessorConfiguration c) |
Constructor and Description |
---|
ConfigEntry(String p,
ProcessorConfiguration pc) |
ProcessorWrapper(ProcessorConfiguration config,
FactoryCache factoryCache) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.