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