groovy.text |
package groovy.text.*
Contains the text processing utilities in particular the template engine API and default implementation.
|
Java Source File Name | Type | Comment |
GStringTemplateEngine.java | Class | |
SimpleTemplateEngine.java | Class | This simple template engine uses JSP <% %> script and <%= %> expression syntax. |
Template.java | Interface | A template is a block of text with an associated binding that can be output to a writer or evaluated to a string. |
TemplateEngine.java | Class | Represents an API to any template engine which is basically a factory of Template instances from a given text input. |
XmlTemplateEngine.java | Class | Template engine for xml data input. |