@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.lang.String[] |
getAvailableComponentTypes()
Gets the list of Component Types which will be available for pages created
with this template
|
java.util.Map<java.lang.String,org.apache.sling.api.resource.Resource> |
getComponentConfigs()
Gets the Component Configurations for 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.lang.String[] getAvailableComponentTypes()
java.util.Map<java.lang.String,org.apache.sling.api.resource.Resource> getComponentConfigs()
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.