Uses of Class
org.apache.turbine.util.velocity.VelocityEmail

Packages that use VelocityEmail
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
 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-2011 The Apache Software Foundation. All Rights Reserved.