ASTStringLiteral support. Will interpolate!
author: Geir Magnusson Jr. author: Jason van Zyl version: $Id: ASTStringLiteral.java 471381 2006-11-05 08:56:58Z wglass $
value(InternalContextAdapter context) renders the value of the string literal
If the properties allow, and the string literal contains a $ or a #
the literal is rendered against the context
Otherwise, the stringlit is returned.
init : we don't have to do much. Init the tree (there
shouldn't be one) and then see if interpolation is turned on.
Parameters: context - Parameters: data - Init result. throws: TemplateInitException -
renders the value of the string literal
If the properties allow, and the string literal contains a $ or a #
the literal is rendered against the context
Otherwise, the stringlit is returned.
Parameters: context - result of the rendering.
Fields inherited from org.apache.velocity.runtime.parser.node.SimpleNode