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

Method Summary

TemplateModel
getLocalVariable(String name)
Collection
getLocalVariableNames()

Method Details

getLocalVariable

public TemplateModel getLocalVariable(String name)
            throws TemplateModelException

getLocalVariableNames

public Collection getLocalVariableNames()
            throws TemplateModelException