Uses of Class
net.sourceforge.templat.parser.context.TemplateParserContext

Packages that use TemplateParserContext
net.sourceforge.templat.parser.context   
 

Uses of TemplateParserContext in net.sourceforge.templat.parser.context
 

Methods in net.sourceforge.templat.parser.context that return TemplateParserContext
 TemplateParserContext ContextStack.current()
          Gets the current (inner-most) context (that is, the one at the top of this stack).
 

Methods in net.sourceforge.templat.parser.context with parameters of type TemplateParserContext
 void ContextStack.push(TemplateParserContext ctx)
          Pushes the given context onto the top of this stack.