Uses of Class
org.apache.turbine.util.velocity.VelocityEmail
-
Packages that use VelocityEmail Package Description org.apache.turbine.util.velocity Velocity related utility code. -
-
Uses of VelocityEmail in org.apache.turbine.util.velocity
Methods in org.apache.turbine.util.velocity that return VelocityEmail Modifier and Type Method Description VelocityEmailVelocityEmail. setContext(org.apache.velocity.context.Context context)Set the context object that will be merged with the template.VelocityEmailVelocityEmail. setTemplate(String template)Velocity template to execute.VelocityEmailVelocityEmail. setTo(String toName, String toEmail)Deprecated.use addTo(email,name) insteadVelocityEmailVelocityEmail. setWordWrap(int wordWrap)Set the column at which long lines of text should be word- wrapped.
-