| The JavaClassGenerator compiles a template into a single Java class file.
A template is compiled such that it has two static methods, execute and
getTemplateParameterNames. The signatures are:
public static void execute(RuntimeContext, params ...) throws Exception;
public static String[] getTemplateParameterNames();
author: Brian S O'Neill version: 105 , 01/05/31 |