net.sf.jameleon.util
Class TemplateProcessor
java.lang.Object
net.sf.jameleon.util.TemplateProcessor
public class TemplateProcessor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
template
protected org.apache.velocity.Template template
templateName
protected String templateName
TemplateProcessor
public TemplateProcessor(String templateName)
transform
public void transform(File toFile,
Map params)
transformToString
public String transformToString(Map params)
transformToWriter
public void transformToWriter(Writer w,
Map params)
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.