public interface Template
Template
that can be rendered to a String
.Modifier and Type | Method and Description |
---|---|
String |
render(Map<String,Object> context)
Renders the template to a
String using the given context for
variable/property resolution. |