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