D E O S

D

doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.email.EmailTag
Execute the tag

E

EmailTag - class org.apache.commons.jelly.tags.email.EmailTag.
Basic tag for sending an email.
EmailTag() - Constructor for class org.apache.commons.jelly.tags.email.EmailTag
 
EmailTagLibrary - class org.apache.commons.jelly.tags.email.EmailTagLibrary.
Describes the Taglib.
EmailTagLibrary() - Constructor for class org.apache.commons.jelly.tags.email.EmailTagLibrary
 

O

org.apache.commons.jelly.tags.email - package org.apache.commons.jelly.tags.email
Tags for sending email using the JavaMail API

S

setAttach(File) - Method in class org.apache.commons.jelly.tags.email.EmailTag
Set the email attachment for the message.
setCC(Expression) - Method in class org.apache.commons.jelly.tags.email.EmailTag
";" seperated list of people to cc
setEncodeXML(boolean) - Method in class org.apache.commons.jelly.tags.email.EmailTag
Sets whether we should encode the XML body as text or not.
setFrom(Expression) - Method in class org.apache.commons.jelly.tags.email.EmailTag
Set the from address for the message
setMessage(Expression) - Method in class org.apache.commons.jelly.tags.email.EmailTag
Set the message body.
setServer(Expression) - Method in class org.apache.commons.jelly.tags.email.EmailTag
Set the smtp server for the message.
setSubject(Expression) - Method in class org.apache.commons.jelly.tags.email.EmailTag
Set the email subject
setTo(Expression) - Method in class org.apache.commons.jelly.tags.email.EmailTag
";" seperated list of people to send to

D E O S

Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.