Package groovy.text

Interface Summary
Template A template is a block of text with an associated binding that can be output to a writer or evaluated to a string.
 

Class Summary
GStringTemplateEngine  
SimpleTemplateEngine This simple template engine uses JSP <% %> script and <%= %> expression syntax.
TemplateEngine Represents an API to any template engine which is basically a factory of Template instances from a given text input.
XmlTemplateEngine Template engine for xml data input.
 



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