Skip navigation links
C D G H I R S 

C

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

D

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

G

getHandlebars() - Method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
Get a reference to the internal Handlebars object so it can be configured.
getResolvers() - Method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
Return the array of configured handlebars context value resolvers.

H

HandlebarsTemplateEngine - Interface in io.vertx.ext.web.templ.handlebars
A template engine that uses the Handlebars library.
HandlebarsTemplateEngine - Interface in io.vertx.ext.web.templ
Deprecated.
please use HandlebarsTemplateEngine instead.

I

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

R

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

S

setExtension(String) - Method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
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.handlebars.HandlebarsTemplateEngine
Set the max cache size for the engine
setResolvers(ValueResolver...) - Method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
Set the array of handlebars context value resolvers.
C D G H I R S 
Skip navigation links

Copyright © 2021 Eclipse. All rights reserved.