org.jboss.seam.mail.templating.freemarker
Class FreeMarkerTemplate

java.lang.Object
  extended by org.jboss.seam.mail.templating.freemarker.FreeMarkerTemplate
All Implemented Interfaces:
org.jboss.seam.mail.templating.TemplateProvider

public class FreeMarkerTemplate
extends Object
implements org.jboss.seam.mail.templating.TemplateProvider

Author:
Cody Lerum

Constructor Summary
FreeMarkerTemplate(File file)
           
FreeMarkerTemplate(InputStream inputStream)
           
FreeMarkerTemplate(String string)
           
 
Method Summary
 String merge(Map<String,Object> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeMarkerTemplate

public FreeMarkerTemplate(InputStream inputStream)

FreeMarkerTemplate

public FreeMarkerTemplate(String string)

FreeMarkerTemplate

public FreeMarkerTemplate(File file)
                   throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

merge

public String merge(Map<String,Object> context)
Specified by:
merge in interface org.jboss.seam.mail.templating.TemplateProvider


Copyright © 2011 Seam Framework. All Rights Reserved.