Uses of Class
org.apache.turbine.util.mail.HtmlEmail

Packages that use HtmlEmail
org.apache.turbine.util.mail   
org.apache.turbine.util.velocity   
org.apache.turbine.util.webmacro   
 

Uses of HtmlEmail in org.apache.turbine.util.mail
 

Methods in org.apache.turbine.util.mail that return HtmlEmail
 HtmlEmail HtmlEmail.setTextMsg(java.lang.String text)
          Set the text content.
 HtmlEmail HtmlEmail.setHtmlMsg(java.lang.String html)
          Set the HTML content.
 HtmlEmail HtmlEmail.setHtmlMsg(org.apache.ecs.Document doc)
          Set the HTML content based on an ECS document.
 

Uses of HtmlEmail in org.apache.turbine.util.velocity
 

Subclasses of HtmlEmail in org.apache.turbine.util.velocity
 class VelocityHtmlEmail
          This is a simple class for sending html email from within Velocity.
 

Uses of HtmlEmail in org.apache.turbine.util.webmacro
 

Subclasses of HtmlEmail in org.apache.turbine.util.webmacro
 class WebMacroHtmlEmail
          This is a simple class for sending html email from within WebMacro.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.