| Modifier and Type | Field and Description |
|---|---|
com.github.jknack.handlebars.internal.Variable |
fn
Value.
|
| Constructor and Description |
|---|
VarParam(com.github.jknack.handlebars.internal.Variable value)
Creates a new
VarParam. |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(Context context)
Apply the given param to context.
|
String |
toString() |
public VarParam(com.github.jknack.handlebars.internal.Variable value)
VarParam.value - Value.public Object apply(Context context) throws IOException
Paramapply in interface Paramcontext - A context.IOException - If something goes wrong.Copyright © 2018. All rights reserved.