| java.lang.Object freemarker.testcase.models.TransformMethodWrapper2
TransformMethodWrapper2 | public class TransformMethodWrapper2 implements TemplateMethodModel(Code) | | Another test of the interaction between MethodModels and TransformModels.
version: $Id: TransformMethodWrapper2.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. |
|
|