HomeSort by relevance Sort by last modified time
    Searched defs:functionExecutor (Results 1 - 7 of 7) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedTemplate.java 24 import com.google.clearsilver.jsilver.functions.FunctionExecutor;
43 private final FunctionExecutor functionExecutor;
48 FunctionExecutor functionExecutor, AutoEscapeOptions autoEscapeOptions, EscapeMode mode) {
52 this.functionExecutor = functionExecutor;
65 new TemplateInterpreter(this, loader, context, functionExecutor);
75 return new DefaultRenderingContext(dataContext, resourceLoader, out, functionExecutor,
ExpressionEvaluator.java 21 import com.google.clearsilver.jsilver.functions.FunctionExecutor;
66 private final FunctionExecutor functionExecutor;
70 * @param functionExecutor Used for executing functions in expressions. As well as looking up
73 public ExpressionEvaluator(DataContext context, FunctionExecutor functionExecutor) {
75 this.functionExecutor = functionExecutor;
236 setResult(functionExecutor.executeFunction(name, args));
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
BaseCompiledTemplate.java 27 import com.google.clearsilver.jsilver.functions.FunctionExecutor;
46 private FunctionExecutor functionExecutor;
52 public void setFunctionExecutor(FunctionExecutor functionExecutor) {
53 this.functionExecutor = functionExecutor;
83 return new DefaultRenderingContext(dataContext, resourceLoader, out, functionExecutor,
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 327 milliseconds