| Package | Description |
|---|---|
| org.trimou.handlebars |
| Modifier and Type | Class and Description |
|---|---|
class |
EachHelper
{{#each items}}
{{name}}
{{/each}}
|
class |
EqualsHelper
Renders a block if the first param does/doesn't equal to the
second param (by means of
Object.equals(Object)). |
class |
IfHelper
Renders a block if the param is not "falsy".
|
class |
NullCheckHelper
Renders a block if the param is/isn't null.
|
class |
SetHelper
Works similarly as
WithHelper except the current
HelperDefinition.getHash() map is pushed on the context stack. |
class |
UnlessHelper
Renders a block if the param is "falsy".
|
class |
WithHelper
Nested context.
|
Copyright © 2014. All Rights Reserved.