Package groovy.text


package groovy.text
  • Class
    Description
    Processes 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 is a block of text with an associated binding that can be output to a writer or evaluated to a string.
    Represents an API to any template engine which is basically a factory of Template instances from a given text input.
    A custom exception class to flag template execution errors
    A custom exception class to flag template parsing errors
    Template engine for use in templating scenarios where both the template source and the expected output are intended to be XML.