Skip navigation links
C D I M R S 

C

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

D

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

I

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

M

MVELTemplateEngine - Interface in io.vertx.ext.web.templ.mvel
A template engine that uses the Handlebars library.
MVELTemplateEngine - Interface in io.vertx.ext.web.templ
Deprecated.
Please use MVELTemplateEngine instead.

R

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

S

setExtension(String) - Method in interface io.vertx.ext.web.templ.mvel.MVELTemplateEngine
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.mvel.MVELTemplateEngine
Set the max cache size for the engine
C D I M R S 
Skip navigation links

Copyright © 2019 Eclipse. All rights reserved.