Interface SiteConfigService

All Superinterfaces:
ConfigLookup
All Known Implementing Classes:
DefaultSiteConfigService

public interface SiteConfigService extends ConfigLookup
Site config service is used to lookup a site specific configuration property. The configuration property is looked up relative to the current site.
  • Method Details

    • getProperty

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