}
}
// try to get a suitable rendering engine...
TemplateEngine templateEngine = templateEngineManager
.getTemplateEngineForContentType(result.getContentType());
if (templateEngine != null) {
templateEngine.invoke(context, result);
} else {
throw new NinjaException(
404,
"No template engine found for result content type "