Uses of Package
groovy.text

Packages that use groovy.text
groovy.text Contains the text processing utilities in particular the template engine API and default implementation. 
 

Classes in groovy.text used by groovy.text
Template
          A template is a block of text with an associated binding that can be output to a writer or evaluated to a string.
TemplateEngine
          Represents an API to any template engine which is basically a factory of Template instances from a given text input.
 



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