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
Param
apply
in interface Param
context
- A context.IOException
- If something goes wrong.Copyright © 2021. All rights reserved.