Uses of Interface
com.github.mjeanroy.springmvc.view.mustache.MustacheCompiler
-
-
Uses of MustacheCompiler in com.github.mjeanroy.springmvc.view.mustache
Methods in com.github.mjeanroy.springmvc.view.mustache that return MustacheCompiler Modifier and Type Method Description MustacheCompiler
MustacheView. getCompiler()
Get compiler that will be used to compile view.Methods in com.github.mjeanroy.springmvc.view.mustache with parameters of type MustacheCompiler Modifier and Type Method Description void
MustacheView. setCompiler(MustacheCompiler compiler)
Set new mustache compiler that can be used to compile view.Constructors in com.github.mjeanroy.springmvc.view.mustache with parameters of type MustacheCompiler Constructor Description MustacheViewResolver(MustacheCompiler compiler)
Build new mustache resolver using compiler -
Uses of MustacheCompiler in com.github.mjeanroy.springmvc.view.mustache.configuration
Methods in com.github.mjeanroy.springmvc.view.mustache.configuration that return MustacheCompiler Modifier and Type Method Description protected MustacheCompiler
MustacheCompilerFactoryBean. createInstance()
MustacheCompiler
MustacheProvider. instantiate(org.springframework.context.ApplicationContext applicationContext)
Instantiate compiler using appropriate implementation.Constructors in com.github.mjeanroy.springmvc.view.mustache.configuration with parameters of type MustacheCompiler Constructor Description MustacheWebConfiguration(org.springframework.core.env.Environment environment, MustacheCompiler mustacheCompiler)
-
Uses of MustacheCompiler in com.github.mjeanroy.springmvc.view.mustache.configuration.handlebars
Methods in com.github.mjeanroy.springmvc.view.mustache.configuration.handlebars that return MustacheCompiler Modifier and Type Method Description MustacheCompiler
HandlebarsConfiguration. mustacheCompiler(com.github.jknack.handlebars.Handlebars handlebars, MustacheTemplateLoader templateLoader)
Build mustache compiler. -
Uses of MustacheCompiler in com.github.mjeanroy.springmvc.view.mustache.configuration.jmustache
Methods in com.github.mjeanroy.springmvc.view.mustache.configuration.jmustache that return MustacheCompiler Modifier and Type Method Description MustacheCompiler
JMustacheConfiguration. mustacheCompiler(com.samskivert.mustache.Mustache.Compiler compiler, MustacheTemplateLoader templateLoader)
Build mustache compiler. -
Uses of MustacheCompiler in com.github.mjeanroy.springmvc.view.mustache.configuration.mustachejava
Methods in com.github.mjeanroy.springmvc.view.mustache.configuration.mustachejava that return MustacheCompiler Modifier and Type Method Description MustacheCompiler
MustacheJavaConfiguration. mustacheCompiler(com.github.mustachejava.MustacheFactory mustacheFactory, MustacheTemplateLoader templateLoader)
Build mustache compiler. -
Uses of MustacheCompiler in com.github.mjeanroy.springmvc.view.mustache.configuration.nashorn
Methods in com.github.mjeanroy.springmvc.view.mustache.configuration.nashorn that return MustacheCompiler Modifier and Type Method Description MustacheCompiler
NashornConfiguration. mustacheCompiler(MustacheTemplateLoader templateLoader, MustacheEngine mustacheEngine)
Deprecated. -
Uses of MustacheCompiler in com.github.mjeanroy.springmvc.view.mustache.configuration.spi
Methods in com.github.mjeanroy.springmvc.view.mustache.configuration.spi that return MustacheCompiler Modifier and Type Method Description MustacheCompiler
MustacheCompilerProvider. mustacheCompiler(MustacheTemplateLoader templateLoader)
Create mustache compiler, returned value will be added to the application context.MustacheCompiler
SpiConfiguration. mustacheCompiler(MustacheTemplateLoader templateLoader)
-
Uses of MustacheCompiler in com.github.mjeanroy.springmvc.view.mustache.core
Classes in com.github.mjeanroy.springmvc.view.mustache.core that implement MustacheCompiler Modifier and Type Class Description class
AbstractMustacheCompiler
Abstraction that define commons code to all mustache compilers. -
Uses of MustacheCompiler in com.github.mjeanroy.springmvc.view.mustache.handlebars
Classes in com.github.mjeanroy.springmvc.view.mustache.handlebars that implement MustacheCompiler Modifier and Type Class Description class
HandlebarsCompiler
Mustache compiler using Java Handlebar as real implementation. -
Uses of MustacheCompiler in com.github.mjeanroy.springmvc.view.mustache.jmustache
Classes in com.github.mjeanroy.springmvc.view.mustache.jmustache that implement MustacheCompiler Modifier and Type Class Description class
JMustacheCompiler
Mustache Compiler using JMustache as real implementation. -
Uses of MustacheCompiler in com.github.mjeanroy.springmvc.view.mustache.mustachejava
Classes in com.github.mjeanroy.springmvc.view.mustache.mustachejava that implement MustacheCompiler Modifier and Type Class Description class
MustacheJavaCompiler
Mustache compiler. -
Uses of MustacheCompiler in com.github.mjeanroy.springmvc.view.mustache.nashorn
Classes in com.github.mjeanroy.springmvc.view.mustache.nashorn that implement MustacheCompiler Modifier and Type Class Description class
NashornCompiler
Deprecated.Nashorn will be removed after jdk 11, so nashorn engine ill be removed in the next major version. -
Uses of MustacheCompiler in com.github.mjeanroy.springmvc.view.mustache.taglibs
Methods in com.github.mjeanroy.springmvc.view.mustache.taglibs with parameters of type MustacheCompiler Modifier and Type Method Description void
MustacheRenderTag. setCompiler(MustacheCompiler compiler)
-