groovy.text
Interface Template

All Superinterfaces:
Writable

public interface Template
extends Writable

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
 void setBinding(java.util.Map binding)
           
 
Methods inherited from interface groovy.lang.Writable
writeTo
 

Method Detail

setBinding

public void setBinding(java.util.Map binding)


Copyright © 2003-2004 The Codehaus. All Rights Reserved.