@Deprecated
public interface ProcessorConfiguration
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getConfiguration()
Deprecated.
Return the configuration for this component.
|
java.lang.String |
getType()
Deprecated.
The name/type of the component.
|
boolean |
match(ProcessingContext context)
Deprecated.
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)
context
- processing context.Copyright © 2010 - 2020 Adobe. All Rights Reserved