Package de.hybris.smartedit.facade.impl
Class DefaultSettingsFacade
java.lang.Object
de.hybris.smartedit.facade.impl.DefaultSettingsFacade
- All Implemented Interfaces:
SettingsFacade
Implementation of
SettingsFacade-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultSettingsFacade
public DefaultSettingsFacade()
-
-
Method Details
-
getSettings
- Specified by:
getSettingsin interfaceSettingsFacade- Returns:
- Values from the project.properties file for the following keys: - smartedit.validFileMimeTypeCodes - smartedit.sso.enabled - smartedit.globalBasePath - cms.components.allowUnsafeJavaScript
-
getSetting
- Parameters:
key- - the key of the desired property, from the project.properties file- Returns:
- value - the value associated with the key
-