groovy.text
Interface Template

All Known Implementing Classes:
GStringTemplateEngine.GStringTemplate, SimpleTemplateEngine.SimpleTemplate, XmlTemplateEngine.XmlTemplate

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.

Author:
sam

Method Summary
 Writable make()
           
 Writable make(java.util.Map binding)
           
 

Method Detail

make

Writable make()

make

Writable make(java.util.Map binding)


Copyright © ${year} The Codehaus. All Rights Reserved.