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 Detail

getLocalVariable

TemplateModel getLocalVariable(String name)
                               throws TemplateModelException
Throws:
TemplateModelException

getLocalVariableNames

Collection getLocalVariableNames()
                                 throws TemplateModelException
Throws:
TemplateModelException