Package org.ametys.plugins.site
Class Site
- java.lang.Object
-
- org.ametys.plugins.site.Site
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getLanguages()Get the languages of the siteStringgetName()Returns the site name.List<String>getPopulationIds()Get the populations ids associated to the siteList<SiteUrl>getSiteUrls()Get the URLs of the siteStringtoString()
-
-
-
Method Detail
-
getSiteUrls
public List<SiteUrl> getSiteUrls()
Get the URLs of the site- Returns:
- A non null list of URLs of the site
-
getLanguages
public List<String> getLanguages()
Get the languages of the site- Returns:
- A non null list of languages of the site
-
getPopulationIds
public List<String> getPopulationIds()
Get the populations ids associated to the site- Returns:
- The non null lists
-
-