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 MustacheCompilerMustacheView. 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 voidMustacheView. 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 MustacheCompilerMustacheCompilerFactoryBean. createInstance()MustacheCompilerMustacheProvider. 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 MustacheCompilerHandlebarsConfiguration. 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 MustacheCompilerJMustacheConfiguration. 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 MustacheCompilerMustacheJavaConfiguration. mustacheCompiler(com.github.mustachejava.MustacheFactory mustacheFactory, MustacheTemplateLoader templateLoader)Build mustache compiler. -
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 MustacheCompilerMustacheCompilerProvider. mustacheCompiler(MustacheTemplateLoader templateLoader)Create mustache compiler, returned value will be added to the application context.MustacheCompilerSpiConfiguration. 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 classAbstractMustacheCompilerAbstraction 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 classHandlebarsCompilerMustache 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 classJMustacheCompilerMustache 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 classMustacheJavaCompilerMustache compiler. -
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 voidMustacheRenderTag. setCompiler(MustacheCompiler compiler)
-