freemarker.testcase.models

Class TransformMethodWrapper2

Implemented Interfaces:
TemplateMethodModel, TemplateModel

public class TransformMethodWrapper2
extends java.lang.Object
implements TemplateMethodModel

Another test of the interaction between MethodModels and TransformModels.
Version:
$Id: TransformMethodWrapper2.java,v 1.12 2004/01/06 17:06:44 szegedia Exp $

Fields inherited from interface freemarker.template.TemplateModel

NOTHING

Method Summary

Object
exec(List arguments)
Executes a method call.

Method Details

exec

public Object exec(List arguments)
Executes a method call.
Specified by:
exec in interface TemplateMethodModel
Parameters:
arguments - a List of String objects containing the values of the arguments passed to the method.
Returns:
the TemplateModel produced by the method, or null.