ThymeleafTemplateEngine
instead.@Deprecated public interface ThymeleafTemplateEngine extends ThymeleafTemplateEngine
DEFAULT_TEMPLATE_MODE
Modifier and Type | Method and Description |
---|---|
static ThymeleafTemplateEngine |
create(Vertx vertx)
Deprecated.
Create a template engine using defaults
|
default void |
render(RoutingContext context,
String templateFileName,
Handler<AsyncResult<Buffer>> handler)
Deprecated.
|
getThymeleafTemplateEngine, setMode
isCachingEnabled, render, render
static ThymeleafTemplateEngine create(Vertx vertx)
create
in interface ThymeleafTemplateEngine
@Deprecated default void render(RoutingContext context, String templateFileName, Handler<AsyncResult<Buffer>> handler)
context
- the routing contexttemplateFileName
- the template file name to usehandler
- the handler that will be called with a result containing the buffer or a failure.Copyright © 2023 Eclipse. All rights reserved.