All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AbstractMustacheCompiler Abstraction that define commons code to all mustache compilers.AbstractMustacheTemplate Abstract that define commons code to template implementation.Classes Commons static class utilities.CompositeResourceLoader Implementation of springResourceLoader
that will use internally a set of resource loaders.DefaultTemplateLoader Default template loader implementation.EnableMustache HandlebarsCompiler Mustache compiler using Java Handlebar as real implementation.HandlebarsConfiguration Configure handlebar template engine.HandlebarsCustomizer A customizer forHandlebars
instance.HandlebarsFactoryBean Factory used to create instance ofHandlebars
.Ios Common static IO Utilities.JavaUtils Java Static Utilities.JMustacheCompiler Mustache Compiler using JMustache as real implementation.JMustacheCompilerFactoryBean Factory used to create instance ofMustache.Compiler
.JMustacheConfiguration JMustacheCustomizer A customizer forMustache.Compiler
instance.Logger Logging abstraction.LoggerFactory Factory forLogger
.LoggerProvider A provider that can build validLogger
implementation and will be discovered using Service Provider Interface.ModelAndMustacheView Extension ofModelAndView
class that provide shortcuts to get and add partial mappings that will be used to render view.MustacheCompilationException Exception thrown when template compilation failed.MustacheCompiler Mustache compiler that can be used to compile mustache templates with optional partials.MustacheCompilerFactoryBean Create mustache compiler.MustacheCompilerProvider Provider a mustache compiler, need to be registered using the Service Provider Interface available since java 6 (see: https://docs.oracle.com/javase/7/docs/api/java/util/ServiceLoader.html).MustacheCompilerProviderException Exception thrown when template compilation failed.MustacheEngine Deprecated. Nashorn will be removed after jdk 11, so nashorn engine ill be removed in the next major version.MustacheEngineConfiguration Select mustache configuration to use.MustacheEngineFactoryBean Deprecated. Nashorn will be removed after jdk 11, so nashorn engine ill be removed in the next major version.MustacheExecutionException Exception thrown when template execution failed.MustacheIOException Exception thrown when an IO exception is thrown during template content extraction.MustacheJavaCompiler Mustache compiler.MustacheJavaConfiguration MustacheJavaCustomizer A customizer forMustacheFactory
instance.MustacheParamTag A JSP tag that can be used to specify a mustache parameter.MustachePartialsMappingException Exception thrown when partials mapping cannot be retrieved because it is not a valid object.MustacheProvider Set of mustache provider.MustacheRenderTag A JSP tag that can be used to render a mustache template.MustacheSettings Set of default settings.MustacheTemplate Mustache template that is already compiled and can be rendered using given model data and writer output.MustacheTemplateException Exception thrown when template mustache throws an IO Exception.MustacheTemplateLoader Mustache template loader.MustacheTemplateLoaderConfiguration Abstraction that create basic beans to use with mustache template engine.MustacheTemplateLoaderFactoryBean Factory bean forMustacheTemplateLoader
instance.MustacheTemplateNotFoundException Exception thrown when template mustache is not found.MustacheView Implementation of mustache view.MustacheViewResolver Mustache View Resolver.MustacheWebConfiguration NashornCompiler Deprecated. Nashorn will be removed after jdk 11, so nashorn engine ill be removed in the next major version.NashornConfiguration Deprecated. Nashorn will be removed after jdk 11, so nashorn engine ill be removed in the next major version.NashornException Deprecated. Nashorn will be removed after jdk 11, so nashorn engine ill be removed in the next major version.NashornUtils Deprecated. Nashorn will be removed after jdk 11, so nashorn engine ill be removed in the next major version.Objects Static Object Utilities.PreConditions Commons static pre-conditions utilities.ReflectionException Throwed when a problem occurs during reflection access.SpiConfiguration SpringMustacheAutoConfiguration SpringMustacheAutoConfiguration.MustacheEngineAutoConfiguration SpringMustacheAutoConfiguration.MustacheTemplateLoaderAutoConfiguration SpringMustacheAutoConfiguration.MustacheWebAutoConfiguration SpringMustacheFactory Implementation of mustache factory that use a template loader internally.SpringMustacheResolver ToStringBuilder Utility to writetoString
methods easily.