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