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