Package groovy.text
Interface Template
-
public interface TemplateA template is a block of text with an associated binding that can be output to a writer or evaluated to a string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description groovy.lang.Writablemake()groovy.lang.Writablemake(Map binding)
-
-
-
Method Detail
-
make
groovy.lang.Writable make()
-
make
groovy.lang.Writable make(Map binding)
-
-