Package com.day.cq.rewriter.processor
Interface ProcessorConfiguration
- All Known Subinterfaces:
PipelineConfiguration
Deprecated.
Use the Apache Sling Rewriter Module (org.apache.sling.rewriter.ProcessorConfiguration)
Configuration of a processor.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the configuration for this component.getType()
Deprecated.The name/type of the component.boolean
match
(ProcessingContext context) Deprecated.Check if this processor configuration matches for the current request.
-
Method Details
-
getType
String getType()Deprecated.The name/type of the component.- Returns:
- A unique name for this component.
-
getConfiguration
Deprecated.Return the configuration for this component.- Returns:
- The configuration for this component or an empty map if there is none.
-
match
Deprecated.Check if this processor configuration matches for the current request.- Parameters:
context
- processing context.- Returns:
- true or false
-