Uses of Class
io.jooby.thymeleaf.ThymeleafModule.Builder
-
Uses of ThymeleafModule.Builder in io.jooby.thymeleaf
Methods in io.jooby.thymeleaf that return ThymeleafModule.BuilderModifier and TypeMethodDescriptionstatic ThymeleafModule.Builder
ThymeleafModule.create()
Creates a new thymeleaf builder.ThymeleafModule.Builder.setCacheable
(boolean cacheable) Turn on/off cache.ThymeleafModule.Builder.setCacheManager
(org.thymeleaf.cache.ICacheManager cacheManager) Set a cache manager.ThymeleafModule.Builder.setTemplateResolver
(org.thymeleaf.templateresolver.ITemplateResolver templateResolver) Template resolver to use.ThymeleafModule.Builder.setTemplatesPath
(String templatesPath) Template path and resolve the path as file system location or fallback to classpath location.ThymeleafModule.Builder.setTemplatesPath
(Path templatesPath) Template path and configure a file system template resolver.