Package groovy.text.markup
package groovy.text.markup
Contains a template engine facilitating generation of XML-like markup with optional type checking.
-
ClassDescriptionAll templates compiled through
MarkupTemplateEngine
extend this abstract class, which provides a number of utility methods to generate markup.A writer which delegates to another writer and supports an additional indenting level.A template engine which leveragesStreamingMarkupBuilder
to generate XML/XHTML.A template resolver which avoids callingClassLoader.getResource(String)
if a template path already has been queried before.Configuration options for themarkup template engine
.Interface for template resolvers, which, given a template identifier, return a URL where the template can be loaded.