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 TypeMethodDescriptiongetProperty(String siteUid, String property) Get property for current base site
-
Method Details
-
getProperty
Get property for current base site- Parameters:
siteUid- the site UIDproperty- the property to get- Returns:
- the property value
-