Class Site

java.lang.Object
org.ametys.plugins.site.Site

public class Site extends Object
Site's informations.
  • Constructor Details

    • Site

      public Site(String name, List<SiteUrl> urls, List<String> languages, List<String> populationIds)
      Constructor.
      Parameters:
      name - the site name
      urls - the front-office server URLs.
      languages - the languages handle by the site
      populationIds - the ids of populations attached to the site
  • Method Details