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.setTo(java.lang.String toName, java.lang.String toEmail)
          Deprecated. use addTo(email,name) instead
 VelocityEmail VelocityEmail.setTemplate(java.lang.String template)
          Velocity template to execute.
 VelocityEmail VelocityEmail.setWordWrap(int wordWrap)
          Set the column at which long lines of text should be word- wrapped.
 VelocityEmail VelocityEmail.setContext(org.apache.velocity.context.Context context)
          Set the context object that will be merged with the template.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.