terp - the Codemesh Modular
Template Interpreter v1.3.304

Uses of Class
com.codemesh.terp.eval.executors.JavaExecutor

Packages that use JavaExecutor
com.codemesh.terp.data The com.codemesh.terp.data package contains some built-in data types that are provided by terp. 
com.codemesh.terp.eval.converters The com.codemesh.terp.eval.converters package contains many of the built-in converter types that are provided by terp. 
com.codemesh.terp.eval.executors The com.codemesh.terp.eval.executors package contains many of the built-in executor types that are provided by terp. 
 

Uses of JavaExecutor in com.codemesh.terp.data
 

Fields in com.codemesh.terp.data declared as JavaExecutor
protected  JavaExecutor Jre.Impl.java
           
 

Methods in com.codemesh.terp.data that return JavaExecutor
 JavaExecutor Jdk.getJava()
          Returns the java executor.
 JavaExecutor Jdk.Impl.getJava()
          Returns the java executor.
 JavaExecutor Jre.getJava()
          Returns the java executor.
 JavaExecutor Jre.Impl.getJava()
          Returns the java executor.
 

Uses of JavaExecutor in com.codemesh.terp.eval.converters
 

Methods in com.codemesh.terp.eval.converters that return JavaExecutor
 JavaExecutor ToJava.fromFile(java.io.File java)
           
 JavaExecutor ToJava.fromMap(JavaExecutor result, java.util.Map map)
           
 JavaExecutor ToJava.fromMap(java.util.Map map)
           
 JavaExecutor ToJava.fromObject(java.lang.Object obj, TerpContext ctx)
          Converts the given object into an object of the target type.
 JavaExecutor ToJava.fromString(java.lang.String java)
           
 JavaExecutor ToJava.fromVersion(Version vers)
           
 

Methods in com.codemesh.terp.eval.converters with parameters of type JavaExecutor
 JavaExecutor ToJava.fromMap(JavaExecutor result, java.util.Map map)
           
 

Uses of JavaExecutor in com.codemesh.terp.eval.executors
 

Methods in com.codemesh.terp.eval.executors that return JavaExecutor
static JavaExecutor JavaExecutor.fromMap(JavaExecutor exec, java.util.Map<java.lang.String,java.lang.Object> map)
           
 

Methods in com.codemesh.terp.eval.executors with parameters of type JavaExecutor
static JavaExecutor JavaExecutor.fromMap(JavaExecutor exec, java.util.Map<java.lang.String,java.lang.Object> map)
           
 


terp - the Codemesh Modular
Template Interpreter v1.3.304

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.