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 MustacheTemplateMustacheCompiler. 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 classAbstractMustacheTemplateAbstract that define commons code to template implementation.Methods in com.github.mjeanroy.springmvc.view.mustache.core that return MustacheTemplate Modifier and Type Method Description MustacheTemplateAbstractMustacheCompiler. compile(String name)protected abstract MustacheTemplateAbstractMustacheCompiler. 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 MustacheTemplateHandlebarsCompiler. 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 MustacheTemplateJMustacheCompiler. 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 MustacheTemplateMustacheJavaCompiler. doCompile(String name)
-