context.put("templateLogic", getTemplateController(this.siteNodeId, languageId, contentId, this.request, this.infoGluePrincipal, this.deliveryContext));
context.putAll(templateLogicContext);
StringWriter cacheString = new StringWriter();
PrintWriter cachedStream = new PrintWriter(cacheString);
new VelocityTemplateProcessor().renderTemplate(context, cachedStream, unparsedAttributeValue, true);
parsedText = cacheString.toString();
}
}
catch(Exception e)
{