Home
last modified time | relevance | path

Searched refs:setFunctionExecutor (Results 1 – 3 of 3) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
DPrecompiledTemplateLoader.java62 compiledTemplate.setFunctionExecutor(globalFunctionExecutor); in makeTemplateMap()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DTemplateCompiler.java96 compiledTemplate.setFunctionExecutor(globalFunctionExecutor); in compile()
DBaseCompiledTemplate.java52 public void setFunctionExecutor(FunctionExecutor functionExecutor) { in setFunctionExecutor() method in BaseCompiledTemplate