Searched defs:templateMap (Results 1 – 3 of 3) sorted by relevance
45 private Map<Object, String> templateMap = null; field in PrecompiledTemplateMapFileReader72 Map<Object, String> templateMap = new HashMap<Object, String>(); in makeTemplateMap() local91 Map<Object, String> templateMap, String templateMapFile, String rootDir) { in processTemplateMapFileLine()
43 private final Map<Object, BaseCompiledTemplate> templateMap; field in PrecompiledTemplateLoader56 Map<Object, BaseCompiledTemplate> templateMap = new HashMap<Object, BaseCompiledTemplate>(); in makeTemplateMap() local
16 const templateMap = {}; constant