net.sf.csutils.groovy.xml
Class XmlTemplateEngine
java.lang.Object
groovy.text.TemplateEngine
net.sf.csutils.groovy.xml.XmlTemplateEngine
public class XmlTemplateEngine
- extends groovy.text.TemplateEngine
Field Summary |
static String |
NS_URI
The namespace URI of the script elements. |
Methods inherited from class groovy.text.TemplateEngine |
createTemplate, createTemplate, createTemplate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_URI
public static final String NS_URI
- The namespace URI of the script elements.
- See Also:
- Constant Field Values
XmlTemplateEngine
public XmlTemplateEngine()
XmlTemplateEngine
public XmlTemplateEngine(groovy.lang.GroovyShell pGroovyShell)
XmlTemplateEngine
public XmlTemplateEngine(ClassLoader pClassLoader)
createTemplate
public groovy.text.Template createTemplate(Reader pReader)
throws org.codehaus.groovy.control.CompilationFailedException,
ClassNotFoundException,
IOException
- Specified by:
createTemplate
in class groovy.text.TemplateEngine
- Throws:
org.codehaus.groovy.control.CompilationFailedException
ClassNotFoundException
IOException
Copyright © 2009-2010. All Rights Reserved.