Package com.day.cq.rewriter.pipeline
Interface PipelineConfiguration
- All Superinterfaces:
ProcessorConfiguration
Deprecated.
Use the Apache Sling Rewriter Module (org.apache.sling.rewriter.PipelineConfiguration)
Configuration of a pipeline.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The configuration for the generator.Deprecated.The configuration for the serializer.Deprecated.The configuration for the transformers.Methods inherited from interface com.day.cq.rewriter.processor.ProcessorConfiguration
getConfiguration, getType, match
-
Method Details
-
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.
-