| java.lang.Object freemarker.testcase.models.MultiModel2
MultiModel2 | public class MultiModel2 implements TemplateScalarModel,TemplateMethodModel(Code) | | Testcase to see how FreeMarker deals with multiple Template models.
version: $Id: MultiModel2.java,v 1.15 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 containing the valuesof the arguments passed to the method. | public String | getAsString() Returns the scalar's value as a String. |
exec | public Object exec(List arguments)(Code) | | Executes a method call.
Parameters: arguments - a List of String objects containing the valuesof the arguments passed to the method. the TemplateModel produced by the method, or null. |
getAsString | public String getAsString()(Code) | | Returns the scalar's value as a String.
the String value of this scalar. |
|
|