Uses of Interface
org.apache.sling.cms.ComponentPolicy
-
Packages that use ComponentPolicy Package Description org.apache.sling.cms Package with all of the common models used to access content in the Sling reference CMS -
-
Uses of ComponentPolicy in org.apache.sling.cms
Methods in org.apache.sling.cms that return ComponentPolicy Modifier and Type Method Description @Nullable ComponentPolicy
ComponentPolicyManager. getComponentPolicy()
Gets the applicable component policy based on the containing page's template and the path of the content resourceMethods in org.apache.sling.cms that return types with arguments of type ComponentPolicy Modifier and Type Method Description List<ComponentPolicy>
PageTemplate. getComponentPolicies()
Gets the list of Component Policies for pages created with this template
-