| Package | Description |
|---|---|
| cat.albirar.template.engine | |
| cat.albirar.template.engine.registry | |
| cat.albirar.template.engine.service | |
| cat.albirar.template.engine.service.impl |
| Modifier and Type | Method and Description |
|---|---|
Optional<ITemplateEngine> |
ITemplateEngineFactory.getTemplateEngine(@NotBlank String templateLanguage)
Get the
template engine associated with the indicated templateLanguage. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ITemplateEngine> |
TemplateEngineRegistryDefaultImpl.getTemplateEngine(@NotBlank String templateLanguage)
Get the
template engine associated with the indicated templateLanguage. |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateEngineRegistryDefaultImpl.register(@NotNull @Valid ITemplateEngine templateEngine)
Register a new
templateEngine for use. |
| Modifier and Type | Method and Description |
|---|---|
void |
ITemplateEngineRegistry.register(@NotNull @Valid ITemplateEngine templateEngine)
Register a new
templateEngine for use. |
| Modifier and Type | Class and Description |
|---|---|
class |
ThymeleafSpringTemplateEngineImpl
The default
ITemplateEngine implementation backed with SpringTemplateEngine, that supports thymeleaf
markup language with spring MVC enhancements. |
Copyright © 2021 Albirar. All rights reserved.