Index
All Classes and Interfaces|All Packages
B
- build(Environment) - Method in class io.jooby.thymeleaf.ThymeleafModule.Builder
-
Creates a template engine and apply sensible defaults.
- Builder() - Constructor for class io.jooby.thymeleaf.ThymeleafModule.Builder
C
- create() - Static method in class io.jooby.thymeleaf.ThymeleafModule
-
Creates a new thymeleaf builder.
I
- install(Jooby) - Method in class io.jooby.thymeleaf.ThymeleafModule
- io.jooby.thymeleaf - module io.jooby.thymeleaf
- io.jooby.thymeleaf - package io.jooby.thymeleaf
S
- setCacheable(boolean) - Method in class io.jooby.thymeleaf.ThymeleafModule.Builder
-
Turn on/off cache.
- setCacheManager(ICacheManager) - Method in class io.jooby.thymeleaf.ThymeleafModule.Builder
-
Set a cache manager.
- setTemplateResolver(ITemplateResolver) - Method in class io.jooby.thymeleaf.ThymeleafModule.Builder
-
Template resolver to use.
- setTemplatesPath(String) - Method in class io.jooby.thymeleaf.ThymeleafModule.Builder
-
Template path and resolve the path as file system location or fallback to classpath location.
- setTemplatesPath(Path) - Method in class io.jooby.thymeleaf.ThymeleafModule.Builder
-
Template path and configure a file system template resolver.
T
- ThymeleafModule - Class in io.jooby.thymeleaf
-
Thymeleaf module: https://jooby.io/modules/thymeleaf.
- ThymeleafModule() - Constructor for class io.jooby.thymeleaf.ThymeleafModule
-
Creates module module using the default template path:
views
. - ThymeleafModule(String) - Constructor for class io.jooby.thymeleaf.ThymeleafModule
-
Creates module which look at the given path.
- ThymeleafModule(Path) - Constructor for class io.jooby.thymeleaf.ThymeleafModule
-
Creates module which look at the given path.
- ThymeleafModule(TemplateEngine) - Constructor for class io.jooby.thymeleaf.ThymeleafModule
-
Creates a new module uses the given template engine.
- ThymeleafModule.Builder - Class in io.jooby.thymeleaf
-
Utility class for creating
TemplateEngine
instances.
All Classes and Interfaces|All Packages