Interface ProcessingComponentConfiguration


@Deprecated public interface ProcessingComponentConfiguration
Deprecated.
Use the Apache Sling Rewriter Module (org.apache.sling.rewriter.ProcessingComponentConfiguration)
Configuration of a processing component.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Return the configuration for this component.
    Deprecated.
    The name/type of the component.
  • Method Details

    • getType

      String getType()
      Deprecated.
      The name/type of the component.
      Returns:
      A unique name for this component.
    • getConfiguration

      Map<String,Object> getConfiguration()
      Deprecated.
      Return the configuration for this component.
      Returns:
      The configuration for this component or an empty map if there is none.