freemarker.core
Interface LocalContext
public interface LocalContext
An interface that represents a local context. This is used as the abstraction for
the context of a Macro invocation, a loop, or the nested block call from within
a macro.
Jonathan Revusky
getLocalVariable
TemplateModel getLocalVariable(java.lang.String name)
throws TemplateModelException
- Throws:
TemplateModelException
getLocalVariableNames
java.util.Collection getLocalVariableNames()
throws TemplateModelException
- Throws:
TemplateModelException