Package groovy.text

Contains the text processing utilities including templating APIs and default implementations.

See:
          Description

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  
GStringTemplateEngine.GStringTemplate  
RegexUtils Deprecated. use Java's JDK 1.5+ equivalent classes instead
SimpleTemplateEngine This simple template engine uses JSP <% %> script and <%= %> expression syntax.
SimpleTemplateEngine.SimpleTemplate  
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.
XmlTemplateEngine.GspPrinter  
XmlTemplateEngine.XmlTemplate  
XmlTemplateEngine.XmlWritable  
 

Package groovy.text Description

Contains the text processing utilities including templating APIs and default implementations.



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