public class ExtendedTemplateConfigModel extends TemplateConfigModel
Extended TemplateConfigModel that is used to capture configuration that is dynamically added through
extensions
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedTemplateConfigModel.ExtendedScopedConfigMap |
ConfigModel.ScopedConfigMapconfigService, scriptConfig| Constructor and Description |
|---|
ExtendedTemplateConfigModel(ConfigService configService,
String xmlConfig,
ConfigImpl globalConfig,
Map<String,List<ConfigSection>> sectionsByArea,
List<ConfigSection> sections)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConfigElement> |
getGlobal()
Retrieves the global configuration as a Map.
|
Map<String,ConfigElement> |
getScoped()
Retrieves scoped configuration as a Map.
|
getScriptpublic ExtendedTemplateConfigModel(ConfigService configService, String xmlConfig, ConfigImpl globalConfig, Map<String,List<ConfigSection>> sectionsByArea, List<ConfigSection> sections)
configService - ConfigService instancexmlConfig - StringglobalConfig - ConfigImplsectionsByArea - Mapsections - Listpublic Map<String,ConfigElement> getGlobal()
ConfigModelgetGlobal in class ConfigModelpublic Map<String,ConfigElement> getScoped()
getScoped in class ConfigModelCopyright © 2005–2018 Alfresco Software. All rights reserved.