Uses of Interface
com.adobe.aem.modernize.rule.RewriteRule
-
-
Uses of RewriteRule in com.adobe.aem.modernize.component
Subinterfaces of RewriteRule in com.adobe.aem.modernize.component Modifier and Type Interface Description interface
ComponentRewriteRule
Interface for services that implement a component rewrite rule. -
Uses of RewriteRule in com.adobe.aem.modernize.component.rule
Classes in com.adobe.aem.modernize.component.rule that implement RewriteRule Modifier and Type Class Description class
ColumnControlRewriteRule
Rewrites a Column Control component into multiple Responsive Grid layout components. -
Uses of RewriteRule in com.adobe.aem.modernize.policy
Subinterfaces of RewriteRule in com.adobe.aem.modernize.policy Modifier and Type Interface Description interface
PolicyImportRule
Interface for services that implement a Design rewrite rule. -
Uses of RewriteRule in com.adobe.aem.modernize.rule
Subinterfaces of RewriteRule in com.adobe.aem.modernize.rule Modifier and Type Interface Description interface
ServiceBasedRewriteRule
Methods in com.adobe.aem.modernize.rule that return RewriteRule Modifier and Type Method Description @Nullable RewriteRule
RewriteRuleService. getRule(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver, @NotNull String id)
Returns the rule based on its unique identifier.Methods in com.adobe.aem.modernize.rule that return types with arguments of type RewriteRule Modifier and Type Method Description @NotNull Set<RewriteRule>
RewriteRuleService. listRules(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver, String... slingResourceType)
Deprecated.Methods in com.adobe.aem.modernize.rule with parameters of type RewriteRule Modifier and Type Method Description int
RewriteRule.Comparator. compare(RewriteRule left, RewriteRule right)
default int
RewriteRule. compareTo(@NotNull RewriteRule o)
-
Uses of RewriteRule in com.adobe.aem.modernize.structure
Subinterfaces of RewriteRule in com.adobe.aem.modernize.structure Modifier and Type Interface Description interface
StructureRewriteRule
-
Uses of RewriteRule in com.adobe.aem.modernize.structure.rule
Classes in com.adobe.aem.modernize.structure.rule that implement RewriteRule Modifier and Type Class Description class
PageRewriteRule
Rewrites the jcr:content node of a Page.
-