Index
All Classes and Interfaces|All Packages|Constant Field Values
B
- buildView(String) - Method in class org.springframework.boot.mustache.servlet.view.MustacheViewResolver
C
- checkResource(Locale) - Method in class org.springframework.boot.mustache.servlet.view.MustacheView
- checkResourceExists(Locale) - Method in class org.springframework.boot.mustache.reactive.view.MustacheView
- createView(String) - Method in class org.springframework.boot.mustache.reactive.view.MustacheViewResolver
D
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
G
- getCharset() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- getCharsetName() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- getContentType() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- getMediaTypes() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Reactive
- getPrefix() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- getReactive() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- getRequestContextAttribute() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- getServlet() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- getSuffix() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- getTemplate(String) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheResourceTemplateLoader
- getViewNames() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
I
- instantiateView() - Method in class org.springframework.boot.mustache.reactive.view.MustacheViewResolver
- instantiateView() - Method in class org.springframework.boot.mustache.servlet.view.MustacheViewResolver
- isAllowRequestOverride() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- isAllowSessionOverride() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- isCache() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- isCheckTemplateLocation() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- isExposeRequestAttributes() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- isExposeSessionAttributes() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- isExposeSpringMacroHelpers() - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheTemplateAvailabilityProvider
M
- MustacheAutoConfiguration - Class in org.springframework.boot.mustache.autoconfigure
-
Auto-configurationfor Mustache. - MustacheProperties - Class in org.springframework.boot.mustache.autoconfigure
-
@ConfigurationPropertiesfor Mustache. - MustacheProperties() - Constructor for class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- MustacheProperties.Reactive - Class in org.springframework.boot.mustache.autoconfigure
- MustacheProperties.Servlet - Class in org.springframework.boot.mustache.autoconfigure
- MustacheResourceTemplateLoader - Class in org.springframework.boot.mustache.autoconfigure
-
Mustache TemplateLoader implementation that uses a prefix, suffix and the Spring Resource abstraction to load a template from a file, classpath, URL etc.
- MustacheResourceTemplateLoader() - Constructor for class org.springframework.boot.mustache.autoconfigure.MustacheResourceTemplateLoader
- MustacheResourceTemplateLoader(String, String) - Constructor for class org.springframework.boot.mustache.autoconfigure.MustacheResourceTemplateLoader
- MustacheTemplateAvailabilityProvider - Class in org.springframework.boot.mustache.autoconfigure
-
TemplateAvailabilityProviderthat provides availability information for Mustache view templates. - MustacheTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.mustache.autoconfigure.MustacheTemplateAvailabilityProvider
- MustacheView - Class in org.springframework.boot.mustache.reactive.view
-
Spring WebFlux
Viewusing the Mustache template engine. - MustacheView - Class in org.springframework.boot.mustache.servlet.view
-
Spring MVC
Viewusing the Mustache template engine. - MustacheView() - Constructor for class org.springframework.boot.mustache.reactive.view.MustacheView
- MustacheView() - Constructor for class org.springframework.boot.mustache.servlet.view.MustacheView
- MustacheViewResolver - Class in org.springframework.boot.mustache.reactive.view
-
Spring WebFlux
ViewResolverfor Mustache. - MustacheViewResolver - Class in org.springframework.boot.mustache.servlet.view
-
Spring MVC
ViewResolverfor Mustache. - MustacheViewResolver() - Constructor for class org.springframework.boot.mustache.reactive.view.MustacheViewResolver
-
Create a
MustacheViewResolverbacked by a default instance of aMustache.Compiler. - MustacheViewResolver() - Constructor for class org.springframework.boot.mustache.servlet.view.MustacheViewResolver
-
Create a
MustacheViewResolverbacked by a default instance of aMustache.Compiler. - MustacheViewResolver(Mustache.Compiler) - Constructor for class org.springframework.boot.mustache.reactive.view.MustacheViewResolver
-
Create a
MustacheViewResolverbacked by a custom instance of aMustache.Compiler. - MustacheViewResolver(Mustache.Compiler) - Constructor for class org.springframework.boot.mustache.servlet.view.MustacheViewResolver
-
Create a
MustacheViewResolverbacked by a custom instance of aMustache.Compiler.
O
- org.springframework.boot.mustache.autoconfigure - package org.springframework.boot.mustache.autoconfigure
-
Auto-configuration for Mustache.
- org.springframework.boot.mustache.reactive.view - package org.springframework.boot.mustache.reactive.view
-
Additional
Viewsfor use with WebFlux. - org.springframework.boot.mustache.servlet.view - package org.springframework.boot.mustache.servlet.view
-
Additional
Viewsfor use with Web MVC.
R
- Reactive() - Constructor for class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Reactive
- renderInternal(Map, MediaType, ServerWebExchange) - Method in class org.springframework.boot.mustache.reactive.view.MustacheView
- renderMergedTemplateModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.mustache.servlet.view.MustacheView
- requiredViewClass() - Method in class org.springframework.boot.mustache.reactive.view.MustacheViewResolver
- requiredViewClass() - Method in class org.springframework.boot.mustache.servlet.view.MustacheViewResolver
S
- Servlet() - Constructor for class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- setAllowRequestOverride(boolean) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- setAllowSessionOverride(boolean) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- setCache(boolean) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- setCharset(String) - Method in class org.springframework.boot.mustache.reactive.view.MustacheView
-
Set the charset used for reading Mustache template files.
- setCharset(String) - Method in class org.springframework.boot.mustache.servlet.view.MustacheView
-
Set the charset used for reading Mustache template files.
- setCharset(String) - Method in class org.springframework.boot.mustache.servlet.view.MustacheViewResolver
-
Set the charset.
- setCharset(String) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheResourceTemplateLoader
-
Set the charset.
- setCharset(String) - Method in class org.springframework.boot.mustache.reactive.view.MustacheViewResolver
-
Set the charset.
- setCharset(Charset) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.mustache.reactive.view.MustacheView
-
Set the JMustache compiler to be used by this view.
- setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.mustache.servlet.view.MustacheView
-
Set the Mustache compiler to be used by this view.
- setContentType(MimeType) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- setExposeRequestAttributes(boolean) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Servlet
- setMediaTypes(List) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Reactive
- setPrefix(String) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- setRequestContextAttribute(String) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheResourceTemplateLoader
-
Set the resource loader.
- setSuffix(String) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- setViewNames(String[]) - Method in class org.springframework.boot.mustache.autoconfigure.MustacheProperties
All Classes and Interfaces|All Packages|Constant Field Values