Uses of Interface
com.github.mjeanroy.springmvc.view.mustache.MustacheTemplateLoader
-
-
Uses of MustacheTemplateLoader in com.github.mjeanroy.springmvc.view.mustache.configuration
Methods in com.github.mjeanroy.springmvc.view.mustache.configuration that return MustacheTemplateLoader Modifier and Type Method Description protected MustacheTemplateLoader
MustacheTemplateLoaderFactoryBean. createInstance()
-
Uses of MustacheTemplateLoader in com.github.mjeanroy.springmvc.view.mustache.configuration.handlebars
Methods in com.github.mjeanroy.springmvc.view.mustache.configuration.handlebars with parameters of type MustacheTemplateLoader Modifier and Type Method Description MustacheCompiler
HandlebarsConfiguration. mustacheCompiler(com.github.jknack.handlebars.Handlebars handlebars, MustacheTemplateLoader templateLoader)
Build mustache compiler. -
Uses of MustacheTemplateLoader in com.github.mjeanroy.springmvc.view.mustache.configuration.jmustache
Methods in com.github.mjeanroy.springmvc.view.mustache.configuration.jmustache with parameters of type MustacheTemplateLoader Modifier and Type Method Description MustacheCompiler
JMustacheConfiguration. mustacheCompiler(com.samskivert.mustache.Mustache.Compiler compiler, MustacheTemplateLoader templateLoader)
Build mustache compiler. -
Uses of MustacheTemplateLoader in com.github.mjeanroy.springmvc.view.mustache.configuration.mustachejava
Methods in com.github.mjeanroy.springmvc.view.mustache.configuration.mustachejava with parameters of type MustacheTemplateLoader Modifier and Type Method Description MustacheCompiler
MustacheJavaConfiguration. mustacheCompiler(com.github.mustachejava.MustacheFactory mustacheFactory, MustacheTemplateLoader templateLoader)
Build mustache compiler.com.github.mustachejava.MustacheFactory
MustacheJavaConfiguration. mustacheFactory(com.github.mustachejava.MustacheResolver mustacheResolver, MustacheTemplateLoader templateLoader)
The mustache factory used to render mustache templates.com.github.mustachejava.MustacheResolver
MustacheJavaConfiguration. mustacheResolver(MustacheTemplateLoader templateLoader)
The mustache template resolver, useMustacheTemplateLoader
. -
Uses of MustacheTemplateLoader in com.github.mjeanroy.springmvc.view.mustache.configuration.nashorn
Methods in com.github.mjeanroy.springmvc.view.mustache.configuration.nashorn with parameters of type MustacheTemplateLoader Modifier and Type Method Description MustacheCompiler
NashornConfiguration. mustacheCompiler(MustacheTemplateLoader templateLoader, MustacheEngine mustacheEngine)
Deprecated.MustacheEngineFactoryBean
NashornConfiguration. mustacheEngine(MustacheTemplateLoader templateLoader)
Deprecated.Constructors in com.github.mjeanroy.springmvc.view.mustache.configuration.nashorn with parameters of type MustacheTemplateLoader Constructor Description MustacheEngineFactoryBean(MustacheTemplateLoader templateLoader)
Deprecated.Create factory. -
Uses of MustacheTemplateLoader in com.github.mjeanroy.springmvc.view.mustache.configuration.spi
Methods in com.github.mjeanroy.springmvc.view.mustache.configuration.spi with parameters of type MustacheTemplateLoader 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 MustacheTemplateLoader in com.github.mjeanroy.springmvc.view.mustache.core
Classes in com.github.mjeanroy.springmvc.view.mustache.core that implement MustacheTemplateLoader Modifier and Type Class Description class
DefaultTemplateLoader
Default template loader implementation.Fields in com.github.mjeanroy.springmvc.view.mustache.core declared as MustacheTemplateLoader Modifier and Type Field Description protected MustacheTemplateLoader
AbstractMustacheCompiler. templateLoader
Mustache template loader that will be used to load templates and partials.Constructors in com.github.mjeanroy.springmvc.view.mustache.core with parameters of type MustacheTemplateLoader Constructor Description AbstractMustacheCompiler(MustacheTemplateLoader templateLoader)
Build new compiler. -
Uses of MustacheTemplateLoader in com.github.mjeanroy.springmvc.view.mustache.handlebars
Constructors in com.github.mjeanroy.springmvc.view.mustache.handlebars with parameters of type MustacheTemplateLoader Constructor Description HandlebarsCompiler(com.github.jknack.handlebars.Handlebars handlebars, MustacheTemplateLoader templateLoader)
Build new mustache compiler using Handlebars API. -
Uses of MustacheTemplateLoader in com.github.mjeanroy.springmvc.view.mustache.jmustache
Methods in com.github.mjeanroy.springmvc.view.mustache.jmustache with parameters of type MustacheTemplateLoader Modifier and Type Method Description protected com.samskivert.mustache.Template
JMustacheCompiler. getTemplate(Reader template, MustacheTemplateLoader templateLoader)
Constructors in com.github.mjeanroy.springmvc.view.mustache.jmustache with parameters of type MustacheTemplateLoader Constructor Description JMustacheCompiler(com.samskivert.mustache.Mustache.Compiler compiler, MustacheTemplateLoader templateLoader)
Build new mustache compiler using JMustache API. -
Uses of MustacheTemplateLoader in com.github.mjeanroy.springmvc.view.mustache.mustachejava
Constructors in com.github.mjeanroy.springmvc.view.mustache.mustachejava with parameters of type MustacheTemplateLoader Constructor Description MustacheJavaCompiler(com.github.mustachejava.MustacheFactory mustacheFactory, MustacheTemplateLoader templateLoader)
Build new compiler based on mustache.java.SpringMustacheFactory(com.github.mustachejava.MustacheResolver mustacheResolver, MustacheTemplateLoader templateLoader)
Build new mustache factory.SpringMustacheResolver(MustacheTemplateLoader templateLoader)
Build new mustache resolver. -
Uses of MustacheTemplateLoader in com.github.mjeanroy.springmvc.view.mustache.nashorn
Constructors in com.github.mjeanroy.springmvc.view.mustache.nashorn with parameters of type MustacheTemplateLoader Constructor Description MustacheEngine(MustacheTemplateLoader templateLoader)
Deprecated.Build nashorn engine with default mustache js implementation.MustacheEngine(MustacheTemplateLoader templateLoader, InputStream mustacheJs)
Deprecated.Build nashorn engine with default mustache js implementation.MustacheEngine(MustacheTemplateLoader templateLoader, String mustacheJs)
Deprecated.Build nashorn engine with default mustache js implementation.NashornCompiler(MustacheTemplateLoader templateLoader, MustacheEngine engine)
Deprecated.Create Nashorn Compiler.
-