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 java.lang.String |
NS_URI
The namespace URI of the script elements. |
|
Method Summary |
groovy.text.Template |
createTemplate(java.io.Reader pReader)
|
| 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 java.lang.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(java.lang.ClassLoader pClassLoader)
createTemplate
public groovy.text.Template createTemplate(java.io.Reader pReader)
throws org.codehaus.groovy.control.CompilationFailedException,
java.lang.ClassNotFoundException,
java.io.IOException
- Specified by:
createTemplate in class groovy.text.TemplateEngine
- Throws:
org.codehaus.groovy.control.CompilationFailedException
java.lang.ClassNotFoundException
java.io.IOException
Copyright © 2009-2010. All Rights Reserved.