public abstract class TemplateProvider
extends org.exoplatform.container.component.BaseComponentPlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANNEL_ID_KEY |
protected Map<PluginKey,AbstractTemplateBuilder> |
templateBuilders |
protected Map<PluginKey,String> |
templateFilePaths |
| Constructor and Description |
|---|
TemplateProvider(org.exoplatform.container.xml.InitParams initParams) |
| Modifier and Type | Method and Description |
|---|---|
ChannelKey |
getChannelKey()
Gets channelId
|
Map<PluginKey,AbstractTemplateBuilder> |
getTemplateBuilder()
Gets all of the template builder what assigned the channel
|
Map<PluginKey,String> |
getTemplateFilePathConfigs()
Gets all of the template files
|
public static final String CHANNEL_ID_KEY
protected final Map<PluginKey,AbstractTemplateBuilder> templateBuilders
public TemplateProvider(org.exoplatform.container.xml.InitParams initParams)
public Map<PluginKey,String> getTemplateFilePathConfigs()
public Map<PluginKey,AbstractTemplateBuilder> getTemplateBuilder()
public ChannelKey getChannelKey()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.