Package com.day.cq.rewriter.processor
Interface ProcessingComponentConfiguration
- 
@Deprecated public interface ProcessingComponentConfigurationDeprecated.Use the Apache Sling Rewriter Module (org.apache.sling.rewriter.ProcessingComponentConfiguration)Configuration of a processing component. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getConfiguration()Deprecated.Return the configuration for this component.java.lang.StringgetType()Deprecated.The name/type of the component. 
 - 
 
- 
- 
Method Detail
- 
getType
java.lang.String getType()
Deprecated.The name/type of the component.- Returns:
 - A unique name for this component.
 
 
- 
getConfiguration
java.util.Map<java.lang.String,java.lang.Object> getConfiguration()
Deprecated.Return the configuration for this component.- Returns:
 - The configuration for this component or an empty map if there is none.
 
 
 - 
 
 -