public class TrimWhitespaceLambda extends Object implements com.samskivert.mustache.Mustache.Lambda
additionalProperties.put("lambdaTrimWhitespace", new TrimWhitespaceLambda());
Use:
{{#lambdaTrimWhitespace}}{{name}}{{/lambdaTrimWhitespace}}
| Constructor and Description |
|---|
TrimWhitespaceLambda() |
| 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.