Uses of Interface
groovy.text.Template

Packages that use Template
groovy.servlet Support for Groovlets which are Servlets written as a simple Groovy script. 
groovy.text Contains the text processing utilities in particular the template engine API and default implementation. 
 

Uses of Template in groovy.servlet
 

Methods in groovy.servlet that return Template
protected  Template TemplateServlet.getTemplate(File file)
          Gets the template created by the underlying engine parsing the request.
 

Uses of Template in groovy.text
 

Methods in groovy.text that return Template
 Template SimpleTemplateEngine.createTemplate(Reader reader)
           
 Template XmlTemplateEngine.createTemplate(Reader reader)
           
abstract  Template TemplateEngine.createTemplate(Reader reader)
           
 Template TemplateEngine.createTemplate(String templateText)
           
 Template TemplateEngine.createTemplate(File file)
           
 Template TemplateEngine.createTemplate(URL url)
           
 Template GStringTemplateEngine.createTemplate(Reader reader)
           
 



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