Uses of Interface
org.apache.sling.cms.PageTemplate
-
Packages that use PageTemplate Package Description org.apache.sling.cms Package with all of the common models used to access content in the Sling reference CMS -
-
Uses of PageTemplate in org.apache.sling.cms
Methods in org.apache.sling.cms that return PageTemplate Modifier and Type Method Description PageTemplate
Page. getTemplate()
Gets the sling:Template this page was configured withMethods in org.apache.sling.cms that return types with arguments of type PageTemplate Modifier and Type Method Description @NotNull List<PageTemplate>
PageTemplateManager. getAvailableTemplates()
Gets the available templates for the current resource based on the templates in the repository and then limiting the templates by their allowed path
-