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 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.