groovy.text
Class GStringTemplateEngine

java.lang.Object
  extended bygroovy.text.TemplateEngine
      extended bygroovy.text.GStringTemplateEngine

public class GStringTemplateEngine
extends TemplateEngine

Author:
tug@wilson.co.uk

Constructor Summary
GStringTemplateEngine()
           
 
Method Summary
 Template createTemplate(Reader reader)
           
 
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
 

Constructor Detail

GStringTemplateEngine

public GStringTemplateEngine()
Method Detail

createTemplate

public Template createTemplate(Reader reader)
                        throws CompilationFailedException,
                               ClassNotFoundException,
                               IOException
Specified by:
createTemplate in class TemplateEngine
Throws:
CompilationFailedException
ClassNotFoundException
IOException


Copyright © 2003-2004 The Codehaus. All Rights Reserved.