Package groovy.text
package groovy.text
Contains the text processing utilities including templating APIs and default implementations.
-
Interface SummaryInterfaceDescriptionA template is a block of text with an associated binding that can be output to a writer or evaluated to a string.
-
Class SummaryClassDescriptionProcesses template source files substituting variables and expressions into placeholders in a template source text to produce the desired output using a streaming approach.Processes template source files substituting variables and expressions into placeholders in a template source text to produce the desired output.Processes template source files substituting variables and expressions into placeholders in a template source text to produce the desired output using a closure based approach.A template engine is a factory for creating a Template instance for a given text input.Template engine for use in templating scenarios where both the template source and the expected output are intended to be XML.
-
Exception SummaryExceptionDescriptionA custom exception class to flag template execution errorsA custom exception class to flag template parsing errors