Interface ComponentRewriteRule
-
- All Superinterfaces:
Comparable<RewriteRule>
,RewriteRule
,ServiceBasedRewriteRule
- All Known Implementing Classes:
ColumnControlRewriteRule
@ConsumerType public interface ComponentRewriteRule extends ServiceBasedRewriteRule
Interface for services that implement a component rewrite rule. A rewrite rule matches certain subtrees of the component tree (usually corresponding to one component) and rewrites (i.e. modifies or replaces) them.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.adobe.aem.modernize.rule.RewriteRule
RewriteRule.Comparator
-
-
Method Summary
-
Methods inherited from interface com.adobe.aem.modernize.rule.RewriteRule
applyTo, compareTo, getId, getRanking, getTitle, matches
-
Methods inherited from interface com.adobe.aem.modernize.rule.ServiceBasedRewriteRule
findMatches, hasPattern
-
-