| java.lang.Object freemarker.testcase.models.SimpleTestMethod
SimpleTestMethod | public class SimpleTestMethod implements TemplateMethodModel(Code) | | A simple method model used as a test bed.
version: $Id: SimpleTestMethod.java,v 1.12 2004/01/06 17:06:44 szegedia Exp $ |
Method Summary | |
public Object | exec(List arguments) Executes a method call.
Parameters: arguments - a List of String objects containingthe values of the arguments passed to the method. |
exec | public Object exec(List arguments)(Code) | | Executes a method call.
Parameters: arguments - a List of String objects containingthe values of the arguments passed to the method. the TemplateModel produced by the method, or null. |
|
|