Class MergingTemplateConfigurationFactory

java.lang.Object
freemarker.cache.TemplateConfigurationFactory
freemarker.cache.MergingTemplateConfigurationFactory

public class MergingTemplateConfigurationFactory extends TemplateConfigurationFactory
Returns the merged results of all the child factories. The factories are merged in the order as they were added. null results from the child factories will be ignored. If all child factories return null, the result of this factory will be null too.
Since:
2.3.24