@ProviderType
public interface Site
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description of the site.
|
java.util.Locale |
getLocale()
Gets the locale for the sites
|
java.lang.String |
getLocaleString()
Gets the locale as it is stored in the Sling repository
|
java.lang.String |
getPath()
Gets the path of the site
|
org.apache.sling.api.resource.Resource |
getResource()
Gets the resource backing the site
|
java.lang.String |
getTitle()
Gets the title of the site
|
java.lang.String |
getUrl()
Gets the "primary" URL for the site as configured
|
java.lang.String getDescription()
java.util.Locale getLocale()
java.lang.String getLocaleString()
java.lang.String getPath()
org.apache.sling.api.resource.Resource getResource()
java.lang.String getTitle()
java.lang.String getUrl()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.