public interface ProcessorConfiguration
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getConfiguration()
Return the configuration for this component.
|
java.lang.String |
getType()
The name/type of the component.
|
boolean |
match(ProcessingContext context)
Check if this processor configuration matches for the current request.
|
java.lang.String getType()
java.util.Map<java.lang.String,java.lang.Object> getConfiguration()
boolean match(ProcessingContext context)
Copyright © 2010 - 2020 Adobe. All Rights Reserved