类 ConfigComponent
java.lang.Object
com.publiccms.logic.component.config.ConfigComponent
ConfigComponent 配置组件
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getConfigList
(short siteId, Locale locale, boolean showAll) getExportableConfigCodeList
(short siteId) getFieldList
(SysSite site, String code, Boolean customed, Locale locale) getMap
(short siteId) boolean
保存配置
-
字段详细资料
-
siteComponent
-
configPluginList
-
-
构造器详细资料
-
ConfigComponent
public ConfigComponent()
-
-
方法详细资料
-
getConfig
- 参数:
siteId
-code
-locale
-- 返回:
- config
-
getExportableConfigCodeList
- 参数:
siteId
-- 返回:
- config list
-
getConfigList
- 参数:
siteId
-locale
-showAll
-- 返回:
- config list
-
getFieldList
public List<SysExtendField> getFieldList(SysSite site, String code, Boolean customed, Locale locale) - 参数:
site
-code
-customed
-locale
-- 返回:
- field list
-
getMap
- 参数:
siteId
-- 返回:
- config map
-
save
保存配置- 参数:
siteId
-modelMap
-- 返回:
- whether to save successfully
-