Skip navigation links
G M R 

G

getMustacheView() - Method in interface me.geso.avans.mustache.MustacheViewMixin
Get mustache view.

M

me.geso.avans.mustache - package me.geso.avans.mustache
 
MustacheView - Class in me.geso.avans.mustache
Build MustacheFactory instance.

Example:
final String fileBase = this.getBaseDirectory().resolve("src/main/resources/templates").toString(); return new FallbackMustacheFactory("templates", new File(fileBase));
You should cache this instance.
MustacheView(MustacheFactory) - Constructor for class me.geso.avans.mustache.MustacheView
 
MustacheViewMixin - Interface in me.geso.avans.mustache
Mustache view for Avans web application framework.

R

render(HTMLFilterProvider, String, Object) - Method in class me.geso.avans.mustache.MustacheView
Create a response object by mustache template engine.
renderMustache(String, Object) - Method in interface me.geso.avans.mustache.MustacheViewMixin
Create a response object by mustache template engine.
G M R 
Skip navigation links

Copyright © 2014. All rights reserved.