org.infoglue.deliver.util
Class FreemarkerTemplateProcessor

java.lang.Object
  extended by org.infoglue.deliver.util.FreemarkerTemplateProcessor

public class FreemarkerTemplateProcessor
extends java.lang.Object

Author:
mattias This class makes it possible to choose freemarker as the template mechanism.

Method Summary
static FreemarkerTemplateProcessor getProcessor()
           
 void renderTemplate(java.util.Map params, java.io.PrintWriter pw, java.lang.String templateAsString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProcessor

public static FreemarkerTemplateProcessor getProcessor()

renderTemplate

public void renderTemplate(java.util.Map params,
                           java.io.PrintWriter pw,
                           java.lang.String templateAsString)
                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005 InfoGlue.org All Rights Reserved.