Uses of Interface
com.github.mjeanroy.springmvc.view.mustache.MustacheTemplate
-
-
Uses of MustacheTemplate in com.github.mjeanroy.springmvc.view.mustache
Methods in com.github.mjeanroy.springmvc.view.mustache that return MustacheTemplate Modifier and Type Method Description MustacheTemplate
MustacheCompiler. compile(String name)
Compile template. -
Uses of MustacheTemplate in com.github.mjeanroy.springmvc.view.mustache.core
Classes in com.github.mjeanroy.springmvc.view.mustache.core that implement MustacheTemplate Modifier and Type Class Description class
AbstractMustacheTemplate
Abstract that define commons code to template implementation.Methods in com.github.mjeanroy.springmvc.view.mustache.core that return MustacheTemplate Modifier and Type Method Description MustacheTemplate
AbstractMustacheCompiler. compile(String name)
protected abstract MustacheTemplate
AbstractMustacheCompiler. doCompile(String name)
Process template compilation. -
Uses of MustacheTemplate in com.github.mjeanroy.springmvc.view.mustache.handlebars
Methods in com.github.mjeanroy.springmvc.view.mustache.handlebars that return MustacheTemplate Modifier and Type Method Description protected MustacheTemplate
HandlebarsCompiler. doCompile(String name)
-
Uses of MustacheTemplate in com.github.mjeanroy.springmvc.view.mustache.jmustache
Methods in com.github.mjeanroy.springmvc.view.mustache.jmustache that return MustacheTemplate Modifier and Type Method Description protected MustacheTemplate
JMustacheCompiler. doCompile(String name)
-
Uses of MustacheTemplate in com.github.mjeanroy.springmvc.view.mustache.mustachejava
Methods in com.github.mjeanroy.springmvc.view.mustache.mustachejava that return MustacheTemplate Modifier and Type Method Description protected MustacheTemplate
MustacheJavaCompiler. doCompile(String name)
-
Uses of MustacheTemplate in com.github.mjeanroy.springmvc.view.mustache.nashorn
Methods in com.github.mjeanroy.springmvc.view.mustache.nashorn that return MustacheTemplate Modifier and Type Method Description protected MustacheTemplate
NashornCompiler. doCompile(String name)
Deprecated.
-