Package groovy.text

Interface Template


  • 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 Detail

      • make

        groovy.lang.Writable make()
      • make

        groovy.lang.Writable make​(java.util.Map binding)