org.jboss.seam.mail.templating.velocity
Class VelocityTemplate
java.lang.Object
org.jboss.seam.mail.templating.velocity.VelocityTemplate
- All Implemented Interfaces:
- TemplateProvider
public class VelocityTemplate
- extends Object
- implements TemplateProvider
- Author:
- Cody Lerum
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityTemplate
public VelocityTemplate(InputStream inputStream)
VelocityTemplate
public VelocityTemplate(InputStream inputStream,
CDIVelocityContext cdiContext)
VelocityTemplate
public VelocityTemplate(String string)
VelocityTemplate
public VelocityTemplate(String string,
CDIVelocityContext cdiContext)
VelocityTemplate
public VelocityTemplate(File file)
throws FileNotFoundException
- Throws:
FileNotFoundException
VelocityTemplate
public VelocityTemplate(File file,
CDIVelocityContext cdiContext)
throws FileNotFoundException
- Throws:
FileNotFoundException
merge
public String merge(Map<String,Object> context)
- Specified by:
merge in interface TemplateProvider
Copyright © 2011 Seam Framework. All Rights Reserved.