freemarker.template
Interface TemplateMethodModelEx

All Superinterfaces:
TemplateMethodModel, TemplateModel
All Known Implementing Classes:
MapModel, ResourceBundleModel

public interface TemplateMethodModelEx
extends TemplateMethodModel

A subinterface of TemplateMethodModel that acts on models, rather than on strings. TemplateMethodModel interface will recieve string representations of its argument expressions. The interface has no new methods. Instead, by implementing this interface the class declares that it wishes to recieve actual TemplateModel instances in its arguments list when invoked instead of their string representations.

Version:
$Id: TemplateMethodModelEx.java,v 1.1 2002/03/12 10:54:07 szegedia Exp $
Author:
Attila Szegedi, szegedia at users dot sourceforge dot net

Methods inherited from interface freemarker.template.TemplateMethodModel
exec
 
Methods inherited from interface freemarker.template.TemplateModel
isEmpty