A C F G H L M N P R S 
All Classes All Packages

A

activate(ComponentContext, ColumnControlRewriteRule.Config) - Method in class com.adobe.aem.modernize.component.rule.ColumnControlRewriteRule
 
activate(ComponentContext, PageRewriteRule.Config) - Method in class com.adobe.aem.modernize.structure.rule.PageRewriteRule
 
apply(Page, Set<String>) - Method in interface com.adobe.aem.modernize.structure.StructureRewriteRuleService
Deprecated.
apply(Resource, String, Set<String>, boolean) - Method in interface com.adobe.aem.modernize.policy.PolicyImportRuleService
Applies the indicated rules to the provided Resource.
apply(Resource, String, Set<String>, boolean, boolean) - Method in interface com.adobe.aem.modernize.policy.PolicyImportRuleService
Deprecated.
apply(Resource, Set<String>) - Method in interface com.adobe.aem.modernize.component.ComponentRewriteRuleService
Applies the indicated rules to the provided resource.
apply(Resource, Set<String>) - Method in interface com.adobe.aem.modernize.structure.StructureRewriteRuleService
Applies the indicated rules to the provided resource.
apply(Resource, Set<String>, boolean) - Method in interface com.adobe.aem.modernize.component.ComponentRewriteRuleService
Deprecated.
applyTo(Node, Set<String>) - Method in class com.adobe.aem.modernize.component.rule.ColumnControlRewriteRule
Updates this node, the returned node is the primary column control resource, although this updates a number of sibling resources.
applyTo(Node, Set<String>) - Method in interface com.adobe.aem.modernize.policy.PolicyImportRule
Applies this rule to the subtree rooted at the specified root node.
applyTo(Node, Set<String>) - Method in interface com.adobe.aem.modernize.rule.RewriteRule
Applies this rule to the subtree rooted at the specified root node.
applyTo(Node, Set<String>) - Method in class com.adobe.aem.modernize.structure.rule.PageRewriteRule
 

C

ColumnControlRewriteRule - Class in com.adobe.aem.modernize.component.rule
Rewrites a Column Control component into multiple Responsive Grid layout components.
ColumnControlRewriteRule() - Constructor for class com.adobe.aem.modernize.component.rule.ColumnControlRewriteRule
 
com.adobe.aem.modernize - package com.adobe.aem.modernize
 
com.adobe.aem.modernize.component - package com.adobe.aem.modernize.component
 
com.adobe.aem.modernize.component.rule - package com.adobe.aem.modernize.component.rule
 
com.adobe.aem.modernize.policy - package com.adobe.aem.modernize.policy
 
com.adobe.aem.modernize.rule - package com.adobe.aem.modernize.rule
 
com.adobe.aem.modernize.structure - package com.adobe.aem.modernize.structure
 
com.adobe.aem.modernize.structure.rule - package com.adobe.aem.modernize.structure.rule
 
Comparator() - Constructor for class com.adobe.aem.modernize.rule.RewriteRule.Comparator
 
compare(RewriteRule, RewriteRule) - Method in class com.adobe.aem.modernize.rule.RewriteRule.Comparator
 
compareTo(RewriteRule) - Method in interface com.adobe.aem.modernize.rule.RewriteRule
 
ComponentRewriteRule - Interface in com.adobe.aem.modernize.component
Interface for services that implement a component rewrite rule.
ComponentRewriteRuleService - Interface in com.adobe.aem.modernize.component
Provides a mechanism for listing all configured rules either via Nodes or custom implementations.

F

find(Resource) - Method in interface com.adobe.aem.modernize.rule.RewriteRuleService
Deprecated.
findMatches(Resource) - Method in class com.adobe.aem.modernize.component.rule.ColumnControlRewriteRule
 
findMatches(Resource) - Method in interface com.adobe.aem.modernize.rule.ServiceBasedRewriteRule
Deprecated.
findMatches(Resource) - Method in class com.adobe.aem.modernize.structure.rule.PageRewriteRule
 

G

getId() - Method in class com.adobe.aem.modernize.component.rule.ColumnControlRewriteRule
 
getId() - Method in interface com.adobe.aem.modernize.rule.RewriteRule
Returns the unique identifier for this Rule.
getId() - Method in class com.adobe.aem.modernize.structure.rule.PageRewriteRule
 
getRanking() - Method in class com.adobe.aem.modernize.component.rule.ColumnControlRewriteRule
 
getRanking() - Method in interface com.adobe.aem.modernize.rule.RewriteRule
Ranking of this Rule relative to others that may also match a given node.
getRanking() - Method in class com.adobe.aem.modernize.structure.rule.PageRewriteRule
 
getRule(ResourceResolver, String) - Method in interface com.adobe.aem.modernize.rule.RewriteRuleService
Returns the rule based on its unique identifier.
getTitle() - Method in class com.adobe.aem.modernize.component.rule.ColumnControlRewriteRule
 
getTitle() - Method in interface com.adobe.aem.modernize.rule.RewriteRule
The title for this rule.
getTitle() - Method in class com.adobe.aem.modernize.structure.rule.PageRewriteRule
 

H

hasPattern(String...) - Method in class com.adobe.aem.modernize.component.rule.ColumnControlRewriteRule
 
hasPattern(String...) - Method in interface com.adobe.aem.modernize.rule.ServiceBasedRewriteRule
Indicates if this service uses any of the specified sling:resourceType in any of its matching logic.
hasPattern(String...) - Method in class com.adobe.aem.modernize.structure.rule.PageRewriteRule
 

L

listRules(Resource) - Method in interface com.adobe.aem.modernize.rule.RewriteRuleService
Finds set of rule ids of which this service is aware, that may match the provided resource's sling:resourceType.
listRules(ResourceResolver, String...) - Method in interface com.adobe.aem.modernize.rule.RewriteRuleService
Deprecated.

M

matches(Node) - Method in class com.adobe.aem.modernize.component.rule.ColumnControlRewriteRule
 
matches(Node) - Method in interface com.adobe.aem.modernize.rule.RewriteRule
Returns true if this rule matches the given subtree.
matches(Node) - Method in class com.adobe.aem.modernize.structure.rule.PageRewriteRule
 

N

NN_ROOT_CONTAINER - Static variable in class com.adobe.aem.modernize.structure.rule.PageRewriteRule
 

P

PageRewriteRule - Class in com.adobe.aem.modernize.structure.rule
Rewrites the jcr:content node of a Page.
PageRewriteRule() - Constructor for class com.adobe.aem.modernize.structure.rule.PageRewriteRule
 
PN_IMPORTED - Static variable in interface com.adobe.aem.modernize.policy.PolicyImportRuleService
 
PN_OFFSET - Static variable in class com.adobe.aem.modernize.component.rule.ColumnControlRewriteRule
 
PN_WIDTH - Static variable in class com.adobe.aem.modernize.component.rule.ColumnControlRewriteRule
 
POLICY_REL_PATH - Static variable in interface com.adobe.aem.modernize.policy.PolicyImportRuleService
 
PolicyImportRule - Interface in com.adobe.aem.modernize.policy
Interface for services that implement a Design rewrite rule.
PolicyImportRuleService - Interface in com.adobe.aem.modernize.policy
 

R

RewriteException - Exception in com.adobe.aem.modernize
Exception thrown when something goes wrong while rewriting a node.
RewriteException(String) - Constructor for exception com.adobe.aem.modernize.RewriteException
 
RewriteException(String, Throwable) - Constructor for exception com.adobe.aem.modernize.RewriteException
 
RewriteRule - Interface in com.adobe.aem.modernize.rule
 
RewriteRule.Comparator - Class in com.adobe.aem.modernize.rule
 
RewriteRuleMapping - Class in com.adobe.aem.modernize.rule
Deprecated.
RewriteRuleMapping() - Constructor for class com.adobe.aem.modernize.rule.RewriteRuleMapping
Deprecated.
 
RewriteRuleService - Interface in com.adobe.aem.modernize.rule
 

S

ServiceBasedRewriteRule - Interface in com.adobe.aem.modernize.rule
 
StructureRewriteRule - Interface in com.adobe.aem.modernize.structure
 
StructureRewriteRuleService - Interface in com.adobe.aem.modernize.structure
Provides a mechanism for listing all the configured rules either via Nodes or custom implementations.
A C F G H L M N P R S 
All Classes All Packages