| Package | Description |
|---|---|
| com.github.jknack.handlebars.helper | |
| com.github.jknack.handlebars.internal.js | |
| com.github.jknack.handlebars.js |
| Modifier and Type | Method and Description |
|---|---|
DefaultHelperRegistry |
DefaultHelperRegistry.with(HandlebarsJs handlebarsJs)
Set the handlebars Js.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RhinoHandlebars
An implementation of
HandlebarsJs on top of Rhino. |
| Modifier and Type | Method and Description |
|---|---|
static HandlebarsJs |
HandlebarsJs.create(HelperRegistry helperRegistry)
Creates a
HandlebarsJs object. |
static HandlebarsJs |
HandlebarsJs.createRhino(HelperRegistry helperRegistry,
int optimizationLevel)
Creates a
HandlebarsJs object. |
Copyright © 2018. All rights reserved.