freemarker.template
Interface TemplateMethodModelEx
- TemplateMethodModel, TemplateModel
- JythonHashModel, JythonModel, JythonNumberModel, JythonSequenceModel, MapModel, ObjectConstructor, ResourceBundleModel, RhinoFunctionModel, SimpleMapModel
public interface TemplateMethodModelEx
A subinterface of
TemplateMethodModel
that acts on models, rather
than on strings.
TemplateMethodModel
interface will receive string
representations of its argument expressions. The interface has no
new methods. Instead, by implementing this interface the class declares that
it wishes to receive actual TemplateModel instances in its arguments list
when invoked instead of their string representations.
Implementions of
TemplateMethodModelEx should be thread-safe.
$Id: TemplateMethodModelEx.java,v 1.8 2003/01/12 23:40:21 revusky Exp $- Attila Szegedi, szegedia at users dot sourceforge dot net