Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Groovy.text Classes and Interfaces - 16 results found.
NameDescriptionTypePackageFramework
BaseTemplateAll templates compiled through MarkupTemplateEngine extend this abstract class, which provides a number of utility methods to generate markup.Classgroovy.text.markupGroovy
DelegatingIndentWriterA writer which delegates to another writer and supports an additional indenting level.Classgroovy.text.markupGroovy
GStringTemplateEngineProcesses template source files substituting variables and expressions into placeholders in a template source text to produce the desired output usingClassgroovy.textGroovy
MarkupTemplateEngineA template engine which leverages StreamingMarkupBuilder to generate XML/XHTML.Classgroovy.text.markupGroovy
MarkupTemplateEngine .CachingTemplateResolverA template resolver which avoids calling ClassLoader.Classgroovy.text.markup.MarkupTemplateEngineGroovy
MarkupTemplateEngine .DefaultTemplateResolverClassgroovy.text.markup.MarkupTemplateEngineGroovy
MarkupTemplateEngine .TemplateResourceClassgroovy.text.markup.MarkupTemplateEngineGroovy
SimpleTemplateEngineProcesses template source files substituting variables and expressions into placeholders in a template source text to produce the desired output.Classgroovy.textGroovy
StreamingTemplateEngineProcesses template source files substituting variables and expressions into placeholders in a template source text to produce the desired output using aClassgroovy.textGroovy
TemplateA template is a block of text with an associated binding that can be output to a writer or evaluated to a string.Interfacegroovy.textGroovy
TemplateConfigurationConfiguration options for the markup template engine.Classgroovy.text.markupGroovy
TemplateEngineRepresents an API to any template engine which is basically a factory of Template instances from a given text input.Classgroovy.textGroovy
TemplateExecutionExceptionA custom exception class to flag template execution errorsSee Also:Serialized FormClassgroovy.textGroovy
TemplateParseExceptionA custom exception class to flag template parsing errorsSee Also:Serialized FormClassgroovy.textGroovy
TemplateResolverInterfacegroovy.text.markupGroovy
XmlTemplateEngineTemplate engine for use in templating scenarios where both the template source and the expected output are intended to be XML.Classgroovy.textGroovy