Package | Description |
---|---|
org.apache.turbine.util.velocity |
Velocity related utility code.
|
Modifier and Type | Method and Description |
---|---|
VelocityEmail |
VelocityEmail.setContext(org.apache.velocity.context.Context context)
Set the context object that will be merged with the
template.
|
VelocityEmail |
VelocityEmail.setTemplate(String template)
Velocity template to execute.
|
VelocityEmail |
VelocityEmail.setTo(String toName,
String toEmail)
Deprecated.
use addTo(email,name) instead
|
VelocityEmail |
VelocityEmail.setWordWrap(int wordWrap)
Set the column at which long lines of text should be word-
wrapped.
|
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.