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

Packages that use VelocityEmail
org.apache.turbine.util.velocity   
 

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 to, java.lang.String email)
          To: name, email
 VelocityEmail VelocityEmail.setFrom(java.lang.String from, java.lang.String email)
          From: name, email.
 VelocityEmail VelocityEmail.setSubject(java.lang.String subject)
          Subject.
 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-2002 Apache Software Foundation. All Rights Reserved.