public class OnChangeLambda extends Object implements com.samskivert.mustache.Mustache.Lambda
additionalProperties.put("onchange", new OnChangeLambda());
Use:
{{#onchange}}{{name}}{{/onchange}}
| Constructor and Description |
|---|
OnChangeLambda() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(com.samskivert.mustache.Template.Fragment frag,
Writer out) |
public void execute(com.samskivert.mustache.Template.Fragment frag,
Writer out)
throws IOException
execute in interface com.samskivert.mustache.Mustache.LambdaIOExceptionCopyright © 2021. All rights reserved.