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