Interface SiteConfigService
- All Superinterfaces:
ConfigLookup
- All Known Implementing Classes:
DefaultSiteConfigService
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
Modifier and TypeMethodDescriptiongetProperty(String property) Get property for current base siteMethods inherited from interface de.hybris.platform.acceleratorservices.config.ConfigLookup
getBoolean, getDouble, getInt, getLong, getString
-
Method Details
-
getProperty
Get property for current base site- Parameters:
property- the property to get- Returns:
- the property value
-