ASTIdentifier.java
Method support for identifiers : $foo
mainly used by ASTRefrence
Introspection is now moved to 'just in time' or at render / execution
time. There are many reasons why this has to be done, but the
primary two are thread safety, to remove any context-derived
information from class member variables.
author: Jason van Zyl author: Geir Magnusson Jr. version: $Id: ASTIdentifier.java 471381 2006-11-05 08:56:58Z wglass $
simple init - don't do anything that is context specific.
just get what we need from the AST, which is static.
Parameters: context - Parameters: data - The data object. throws: TemplateInitException -