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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetProperty(java.lang.String property)Get property for current base site-
Methods inherited from interface de.hybris.platform.acceleratorservices.config.ConfigLookup
getBoolean, getDouble, getInt, getLong, getString
-
-