Package com.day.cq.rewriter.pipeline
Interface PipelineConfiguration
-
- All Superinterfaces:
ProcessorConfiguration
@Deprecated public interface PipelineConfiguration extends ProcessorConfiguration
Deprecated.Use the Apache Sling Rewriter Module (org.apache.sling.rewriter.PipelineConfiguration)Configuration of a pipeline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ProcessingComponentConfiguration
getGeneratorConfiguration()
Deprecated.The configuration for the generator.ProcessingComponentConfiguration
getSerializerConfiguration()
Deprecated.The configuration for the serializer.ProcessingComponentConfiguration[]
getTransformerConfigurations()
Deprecated.The configuration for the transformers.-
Methods inherited from interface com.day.cq.rewriter.processor.ProcessorConfiguration
getConfiguration, getType, match
-
-
-
-
Method Detail
-
getGeneratorConfiguration
ProcessingComponentConfiguration getGeneratorConfiguration()
Deprecated.The configuration for the generator.- Returns:
- generator configuration.
-
getSerializerConfiguration
ProcessingComponentConfiguration getSerializerConfiguration()
Deprecated.The configuration for the serializer.- Returns:
- serializer configuration.
-
getTransformerConfigurations
ProcessingComponentConfiguration[] getTransformerConfigurations()
Deprecated.The configuration for the transformers.- Returns:
- transformer configuration.
-
-