groovy.text
Class XmlTemplateEngine.XmlTemplate

java.lang.Object
  extended by groovy.text.XmlTemplateEngine.XmlTemplate
All Implemented Interfaces:
Template
Enclosing class:
XmlTemplateEngine

private static class XmlTemplateEngine.XmlTemplate
extends java.lang.Object
implements Template


Field Summary
private  Script script
           
 
Constructor Summary
XmlTemplateEngine.XmlTemplate(Script script)
           
 
Method Summary
 Writable make()
           
 Writable make(java.util.Map map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

script

private final Script script
Constructor Detail

XmlTemplateEngine.XmlTemplate

public XmlTemplateEngine.XmlTemplate(Script script)
Method Detail

make

public Writable make()
Specified by:
make in interface Template

make

public Writable make(java.util.Map map)
Specified by:
make in interface Template


Copyright © ${year} The Codehaus. All Rights Reserved.