Skip navigation links
C D G H I S 

C

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

D

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

G

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

H

HandlebarsTemplateEngine - Interface in io.vertx.ext.web.templ
A template engine that uses the Handlebars library.

I

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

S

setExtension(String) - Method in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
Set the extension for the engine
setMaxCacheSize(int) - Method in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
Set the max cache size for the engine
setResolvers(ValueResolver...) - Method in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
Set the array of handlebars context value resolvers.
C D G H I S 
Skip navigation links

Copyright © 2017. All rights reserved.