public class TemplateEngineJson extends Object implements TemplateEngine
| Constructor and Description |
|---|
TemplateEngineJson(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Get the content type this template engine renders
|
String |
getSuffixOfTemplatingEngine()
For instance returns ".ftl.html" Or .ftl.json.
|
void |
invoke(Context context,
Result result)
Render the given object to the given context
|
@Inject public TemplateEngineJson(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public void invoke(Context context, Result result)
TemplateEngineinvoke in interface TemplateEnginecontext - The context to render toresult - The result to renderpublic String getContentType()
TemplateEnginegetContentType in interface TemplateEnginepublic String getSuffixOfTemplatingEngine()
TemplateEngineOr anything else. To display error messages in a nice way...
But Gson for instance does not use a template to render stuff. Therefore it will return null
getSuffixOfTemplatingEngine in interface TemplateEngineCopyright © 2019 ninjaframework. All rights reserved.