Interface SiteConfigService

All Known Implementing Classes:
DefaultSiteConfigService

public interface SiteConfigService
Site config service is used to lookup a site specific configuration property.
  • Method Summary

    Modifier and Type
    Method
    Description
    getProperty(String siteUid, String property)
    Get property for current base site
  • Method Details

    • getProperty

      String getProperty(String siteUid, String property)
      Get property for current base site
      Parameters:
      siteUid - the site UID
      property - the property to get
      Returns:
      the property value