public interface Template
A template is a block of text with an associated binding that can be output to a writer or evaluated to a string.
-
Method Summary
| Modifier and Type |
Method |
Description |
groovy.lang.Writable |
make() |
|
groovy.lang.Writable |
make(Map binding) |
|
-
Method Details
-
make
groovy.lang.Writable make()
-
make
groovy.lang.Writable make(
Map binding)