Class MustacheAutoConfiguration.MustacheWebConfiguration
- java.lang.Object
- org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration.MustacheWebConfiguration
- Enclosing class:
- MustacheAutoConfiguration
@Configuration @ConditionalOnWebApplication protected static class MustacheAutoConfiguration.MustacheWebConfiguration extends Object
Constructor Summary
Constructors Modifier Constructor Description protectedMustacheWebConfiguration(MustacheProperties mustache)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MustacheViewResolvermustacheViewResolver(com.samskivert.mustache.Mustache.Compiler mustacheCompiler)
Constructor Detail
MustacheWebConfiguration
protected MustacheWebConfiguration(MustacheProperties mustache)
Method Detail
mustacheViewResolver
@Bean @ConditionalOnMissingBean(MustacheViewResolver.class) public MustacheViewResolver mustacheViewResolver(com.samskivert.mustache.Mustache.Compiler mustacheCompiler)