@ProviderType
public interface PageTemplate
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAllowedPaths()
Gets the paths under which pages for this template can be created.
|
List<ComponentPolicy> |
getComponentPolicies()
Gets the list of Component Policies for pages created with this template
|
org.apache.sling.api.resource.Resource |
getResource()
Gets the Resource backing this template
|
String |
getTemplate()
Gets the Handlebars template to use for creating the content of the page
|
String |
getTitle()
Gets the title of the template
|
String[] getAllowedPaths()
List<ComponentPolicy> getComponentPolicies()
org.apache.sling.api.resource.Resource getResource()
String getTemplate()
String getTitle()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.