Package org.apache.sling.rewriter
Interface ProcessingComponentConfiguration
-
public interface ProcessingComponentConfigurationConfiguration of a processing component.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIGURATION_COMPONENT_OPTIONALConfiguration for an optional component, only transformers support this option.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueMapgetConfiguration()Return the configuration for this component.StringgetType()The name/type of the component.
-
-
-
Field Detail
-
CONFIGURATION_COMPONENT_OPTIONAL
static final String CONFIGURATION_COMPONENT_OPTIONAL
Configuration for an optional component, only transformers support this option.- See Also:
- Constant Field Values
-
-