org.jboss.seam.mail.example
Class SendMail

java.lang.Object
  extended by org.jboss.seam.mail.example.SendMail

@Model
public class SendMail
extends Object

Author:
Cody Lerum

Constructor Summary
SendMail()
           
 
Method Summary
 void sendHTMLFreeMarker()
           
 void sendHTMLRender()
           
 void sendHTMLVelocity()
           
 void sendHTMLwithAlternativeFreeMarker()
           
 void sendHTMLwithAlternativeRender()
           
 void sendHTMLwithAlternativeVelocity()
           
 void sendText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendMail

public SendMail()
Method Detail

sendText

public void sendText()

sendHTMLFreeMarker

public void sendHTMLFreeMarker()
                        throws MalformedURLException
Throws:
MalformedURLException

sendHTMLwithAlternativeFreeMarker

public void sendHTMLwithAlternativeFreeMarker()
                                       throws MalformedURLException
Throws:
MalformedURLException

sendHTMLVelocity

public void sendHTMLVelocity()
                      throws MalformedURLException
Throws:
MalformedURLException

sendHTMLwithAlternativeVelocity

public void sendHTMLwithAlternativeVelocity()
                                     throws MalformedURLException
Throws:
MalformedURLException

sendHTMLRender

public void sendHTMLRender()
                    throws MalformedURLException
Throws:
MalformedURLException

sendHTMLwithAlternativeRender

public void sendHTMLwithAlternativeRender()
                                   throws MalformedURLException
Throws:
MalformedURLException


Copyright © 2011 Seam Framework. All Rights Reserved.