 |
-
-
Constructor Summary
Constructors
Constructor and Description |
MustacheViewResolver()
Create a MustacheViewResolver backed by a default instance of a
Mustache.Compiler .
|
MustacheViewResolver(com.samskivert.mustache.Mustache.Compiler compiler)
Create a MustacheViewResolver backed by a custom instance of a
Mustache.Compiler .
|
-
Method Summary
-
Methods inherited from class org.springframework.web.reactive.result.view.UrlBasedViewResolver
afterPropertiesSet, applyLifecycleMethods, canHandle, getApplicationContext, getPrefix, getRequestContextAttribute, getSuffix, getViewClass, getViewNames, resolveViewName, setApplicationContext, setPrefix, setRedirectViewProvider, setRequestContextAttribute, setSuffix, setViewClass, setViewNames
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
|