Skip navigation links
C D F I R S 

C

create(Vertx) - Static method in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in interface io.vertx.ext.web.templ.FreeMarkerTemplateEngine
Deprecated.
Create a template engine using defaults

D

DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Default max number of templates to cache
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Deprecated.

F

FreeMarkerTemplateEngine - Interface in io.vertx.ext.web.templ.freemarker
A template engine that uses the FreeMarker library.
FreeMarkerTemplateEngine - Interface in io.vertx.ext.web.templ
Deprecated.
please use FreeMarkerTemplateEngine instead.

I

io.vertx.ext.web.templ - package io.vertx.ext.web.templ
 
io.vertx.ext.web.templ.freemarker - package io.vertx.ext.web.templ.freemarker
 

R

render(RoutingContext, String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.ext.web.templ.FreeMarkerTemplateEngine
Deprecated.

S

setExtension(String) - Method in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Deprecated.
as a user you should use filename with extensions on the render method instead of relying on this method to suffix your filenames. Using this method is quite an opinionated API and has the side effect that you cannot use files without extensions as templates. Set the extension for the engine
setMaxCacheSize(int) - Method in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Set the max cache size for the engine
C D F I R S 
Skip navigation links

Copyright © 2021 Eclipse. All rights reserved.