| Package | Description |
|---|---|
| org.trimou.handlebars |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Options
Options represent a helper execution context - a new instance is created for
every execution.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HelperValidator.checkParams(Class<?> helperClazz,
HelperDefinition definition,
int paramSize) |
static void |
HelperValidator.checkType(Class<?> helperClazz,
HelperDefinition definition,
MustacheTagType... allowedTypes) |
void |
AbstractHelper.validate(HelperDefinition definition) |
void |
Helper.validate(HelperDefinition definition)
Helper should validate the tag definition (e.g. number of parameters)
during compilation and fail fast if necessary.
|
void |
BasicHelper.validate(HelperDefinition definition) |
Copyright © 2014. All Rights Reserved.