|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateEngine
Method Summary | |
---|---|
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 |
Method Detail |
---|
void invoke(Context context, Result result)
context
- The context to render toresult
- The result to renderString getSuffixOfTemplatingEngine()
String getContentType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |