groovy.text
Class XmlTemplateEngine.XmlWritable
java.lang.Object
groovy.text.XmlTemplateEngine.XmlWritable
- All Implemented Interfaces:
- Writable
- Enclosing class:
- XmlTemplateEngine
private static class XmlTemplateEngine.XmlWritable
- extends java.lang.Object
- implements Writable
Method Summary |
java.lang.String |
toString()
|
java.io.Writer |
writeTo(java.io.Writer out)
writes this object to the given stream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
binding
private final Binding binding
script
private final Script script
result
private java.lang.ref.WeakReference result
XmlTemplateEngine.XmlWritable
public XmlTemplateEngine.XmlWritable(Script script,
Binding binding)
writeTo
public java.io.Writer writeTo(java.io.Writer out)
- Description copied from interface:
Writable
- writes this object to the given stream
- Specified by:
writeTo
in interface Writable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © ${year} The Codehaus. All Rights Reserved.