public interface CompiledTemplate
| Modifier and Type | Method and Description |
|---|---|
BytesReference |
run(java.util.Map<java.lang.String,java.lang.Object> params)
Run a template and return the resulting string, encoded in utf8 bytes.
|
BytesReference run(java.util.Map<java.lang.String,java.lang.Object> params)