Overview
Package
Class
Deprecated
Index
Help
Groovy 2.1.4
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
B
C
createTemplate
(Reader)
- Method in
GStringTemplateEngine
createTemplate
(Reader)
- Method in
SimpleTemplateEngine
createTemplate
(URL)
- Method in
TemplateEngine
createTemplate
(Reader)
- Method in
XmlTemplateEngine
D
DEFAULT_INDENTATION
- Field in
XmlTemplateEngine
E
F
G
getIndentation
()
- Method in
XmlTemplateEngine
GStringTemplateEngine
- Class in
groovy.text
Processes template source files substituting variables and expressions into placeholders in a template source text to produce the desired output using a streaming approach.
GStringTemplateEngine
(ClassLoader)
- Constructor in
GStringTemplateEngine
H
I
isVerbose
()
- Method in
SimpleTemplateEngine
J
K
L
M
make
(Map)
- Method in
GStringTemplateEngine.GStringTemplate
make
(Map)
- Method in
SimpleTemplateEngine.SimpleTemplate
make
(Map)
- Method in
Template
make
(Map)
- Method in
XmlTemplateEngine.XmlTemplate
N
O
P
parse
(Reader)
- Method in
SimpleTemplateEngine.SimpleTemplate
Write the template document with the set binding applied to the writer.
printGroovyTag
(String, String)
- Method in
XmlTemplateEngine.GspPrinter
printLineBegin
()
- Method in
XmlTemplateEngine.GspPrinter
printLineEnd
(String)
- Method in
XmlTemplateEngine.GspPrinter
printSimpleItem
(Object)
- Method in
XmlTemplateEngine.GspPrinter
printSpecialNode
(Node)
- Method in
XmlTemplateEngine.GspPrinter
Q
R
S
script
- Field in
SimpleTemplateEngine.SimpleTemplate
setIndentation
(String)
- Method in
XmlTemplateEngine
setVerbose
(boolean)
- Method in
SimpleTemplateEngine
@param verbose true if you want the engine to display the template source file for debugging purposes
SimpleTemplateEngine
- Class in
groovy.text
Processes template source files substituting variables and expressions into placeholders in a template source text to produce the desired output.
SimpleTemplateEngine
(GroovyShell)
- Constructor in
SimpleTemplateEngine
T
Template
- Interface in
groovy.text
A template is a block of text with an associated binding that can be output to a writer or evaluated to a string.
TemplateEngine
- Class in
groovy.text
Represents an API to any template engine which is basically a factory of Template instances from a given text input.
toString
()
- Method in
XmlTemplateEngine
toString
()
- Method in
XmlTemplateEngine.XmlWritable
U
V
W
writeTo
(Writer)
- Method in
XmlTemplateEngine.XmlWritable
X
XmlTemplateEngine
- Class in
groovy.text
Template engine for use in templating scenarios where both the template source and the expected output are intended to be XML.
XmlTemplateEngine.GspPrinter
(IndentPrinter)
- Constructor in
XmlTemplateEngine.GspPrinter
XmlTemplateEngine.XmlTemplate
(Script)
- Constructor in
XmlTemplateEngine.XmlTemplate
XmlTemplateEngine.XmlWritable
(Script, Binding)
- Constructor in
XmlTemplateEngine.XmlWritable
XmlTemplateEngine
(XmlParser, GroovyShell)
- Method in
XmlTemplateEngine
Y
Z
_
Copyright © 2003-2013 The Codehaus. All rights reserved.