A B C D E F G H M O P R S T U

A

AddRecipientTag - class org.apache.taglibs.mailer.AddRecipientTag.
AddRecipientTag - JSP tag addrecipient is used to add any type of recipient to an already existant list of recipients in an e-mail message.
AddRecipientTag() - Constructor for class org.apache.taglibs.mailer.AddRecipientTag
 
AttachTag - class org.apache.taglibs.mailer.AttachTag.
AttachTag - JSP tag Attach is used to set the message in an email.
AttachTag() - Constructor for class org.apache.taglibs.mailer.AttachTag
 
addBcc(String) - Method in class org.apache.taglibs.mailer.MailTag
add a bcc address to the list of bcc addresses for this email
addCc(String) - Method in class org.apache.taglibs.mailer.MailTag
set a cc address to the list of cc addresses for this email
addTo(String) - Method in class org.apache.taglibs.mailer.MailTag
add a to address to the list of to addresses for this email
addToParent(String) - Method in class org.apache.taglibs.mailer.AddRecipientTag
 
addToParent(String) - Method in class org.apache.taglibs.mailer.SetRecipientTag
 

B

BCC_ADDRESS - Static variable in class org.apache.taglibs.mailer.MailTag
 
BCC_ADDRESS_STRING - Static variable in class org.apache.taglibs.mailer.MailTag
 

C

CC_ADDRESS - Static variable in class org.apache.taglibs.mailer.MailTag
 
CC_ADDRESS_STRING - Static variable in class org.apache.taglibs.mailer.MailTag
 

D

doAfterBody() - Method in class org.apache.taglibs.mailer.AddRecipientTag
implementation of the method from the tag interface that tells the JSP page what to do after the body of this tag
doAfterBody() - Method in class org.apache.taglibs.mailer.AttachTag
implementation of the method from the tag interface that tells the JSP page what to do after the body of this tag
doAfterBody() - Method in class org.apache.taglibs.mailer.ErrorTag
Implementation of the method from the tag interface that gets called at end of each error tag.
doAfterBody() - Method in class org.apache.taglibs.mailer.FromTag
implementation of the method from the tag interface that tells the JSP page what to do after the body of this tag
doAfterBody() - Method in class org.apache.taglibs.mailer.HeaderTag
implementation of the method from the tag interface that tells the JSP page what to do after the body of this tag
doAfterBody() - Method in class org.apache.taglibs.mailer.MessageTag
implementation of the method from the tag interface that tells the JSP page what to do after the body of this tag
doAfterBody() - Method in class org.apache.taglibs.mailer.PasswordTag
implementation of the method from the tag interface that tells the JSP page what to do after the body of this tag
doAfterBody() - Method in class org.apache.taglibs.mailer.PortTag
implementation of the method from the tag interface that tells the JSP page what to do after the body of this tag
doAfterBody() - Method in class org.apache.taglibs.mailer.ReplyToTag
implementation of the method from the tag interface that tells the JSP page what to do after the body of this tag
doAfterBody() - Method in class org.apache.taglibs.mailer.ServerTag
implementation of the method from the tag interface that tells the JSP page what to do after the body of this tag
doAfterBody() - Method in class org.apache.taglibs.mailer.SetRecipientTag
implementation of the method from the tag interface that tells the JSP page what to do after the body of this tag
doAfterBody() - Method in class org.apache.taglibs.mailer.SubjectTag
implementation of the method from the tag interface that tells the JSP page what to do after the body of this tag
doAfterBody() - Method in class org.apache.taglibs.mailer.UserTag
implementation of the method from the tag interface that tells the JSP page what to do after the body of this tag
doEndTag() - Method in class org.apache.taglibs.mailer.AttachTag
implementation of method from the Tag interface that tells the JSP what to do upon encountering the end tag for this tag set
doEndTag() - Method in class org.apache.taglibs.mailer.ErrorTag
implementation of the method from the tag interface that tells the JSP page what to do when the start tag is encountered
doEndTag() - Method in class org.apache.taglibs.mailer.MailTag
implementation of method from the Tag interface that tells the JSP what to do upon encountering the end tag for this tag set
doEndTag() - Method in class org.apache.taglibs.mailer.SendTag
implementation of the method from the tag interface that tells the JSP page what to do after the body of this tag
doStartTag() - Method in class org.apache.taglibs.mailer.AddRecipientTag
implementation of the method from the tag interface that tells the JSP page what to do at the start of this tag
doStartTag() - Method in class org.apache.taglibs.mailer.AttachTag
implementation of method from the Tag interface that tells the JSP what to do upon encountering the start tag for this tag set
doStartTag() - Method in class org.apache.taglibs.mailer.ErrorTag
implementation of the method from the tag interface that tells the JSP page what to do when the start tag is encountered
doStartTag() - Method in class org.apache.taglibs.mailer.MailTag
implementation of method from the Tag interface that tells the JSP what to do upon encountering the start tag for this tag set
doStartTag() - Method in class org.apache.taglibs.mailer.SendTag
implementation of method from the Tag interface that tells the JSP what to do upon encountering the start tag for this tag set
doStartTag() - Method in class org.apache.taglibs.mailer.SetRecipientTag
implementation of the method from the tag interface that tells the JSP page what to do at the start of this tag

E

ErrorTEI - class org.apache.taglibs.mailer.ErrorTEI.
TagExtraInfo for error tag, allows use of standard <jsp:getProperty/> with the error tag script variable id.
ErrorTEI() - Constructor for class org.apache.taglibs.mailer.ErrorTEI
 
ErrorTag - class org.apache.taglibs.mailer.ErrorTag.
ErrorTag - JSP tag Error is used to get the error message when creating an error page.
ErrorTag() - Constructor for class org.apache.taglibs.mailer.ErrorTag
 

F

FromTag - class org.apache.taglibs.mailer.FromTag.
FromTag - JSP tag From is used to set the from address in an email.
FromTag() - Constructor for class org.apache.taglibs.mailer.FromTag
 

G

getAttachments() - Method in class org.apache.taglibs.mailer.MailTag
get the attachments flat
getBcc() - Method in class org.apache.taglibs.mailer.MailTag
get the bcc address/addresses for this email
getBody() - Method in class org.apache.taglibs.mailer.MailTag
get the message for this email
getBodyParts() - Method in class org.apache.taglibs.mailer.MailTag
get the list of attachments
getCc() - Method in class org.apache.taglibs.mailer.MailTag
get the cc address/addresses for this email
getCharset() - Method in class org.apache.taglibs.mailer.MailTag
get the character set for this email
getContentType(MailTag) - Method in class org.apache.taglibs.mailer.SendTag
get the content type, possibly including character set
getError() - Method in class org.apache.taglibs.mailer.ErrorTag
Returns the name of the current error.
getError() - Method in class org.apache.taglibs.mailer.SendTag
get the error message from the final caught JspException
getFrom() - Method in class org.apache.taglibs.mailer.MailTag
get the from address for this email
getHeaderName() - Method in class org.apache.taglibs.mailer.MailTag
get the list names of extra headers to be set
getHeaderValue() - Method in class org.apache.taglibs.mailer.MailTag
get the list of values of extra headers to be set
getMessage() - Method in class org.apache.taglibs.mailer.MailTag
get the whole email message
getPasswordAuthentication() - Method in class org.apache.taglibs.mailer.MailAuthenticator
overrides the getPasswordAuthentication method in the super class it creates a dialog box to collect the users name and password for a connection to the mail server
getReplyTo() - Method in class org.apache.taglibs.mailer.MailTag
get the Reply-to address for this email
getSessionObj() - Method in class org.apache.taglibs.mailer.MailTag
get the jndi named session to be used to find the mail session
getSubject() - Method in class org.apache.taglibs.mailer.MailTag
get the subject for this email
getTo() - Method in class org.apache.taglibs.mailer.MailTag
get the to address for this email
getType() - Method in class org.apache.taglibs.mailer.MailTag
get the mime type for this email text or html
getVariableInfo(TagData) - Method in class org.apache.taglibs.mailer.ErrorTEI
 

H

HeaderTag - class org.apache.taglibs.mailer.HeaderTag.
HeaderTag - JSP tag Header is used to set headers in an e-mail message.
HeaderTag() - Constructor for class org.apache.taglibs.mailer.HeaderTag
 

M

MailAuthenticator - class org.apache.taglibs.mailer.MailAuthenticator.
MailAuthenticator - a password authentication class used to access a mail server that needs authentication
MailAuthenticator(String, String) - Constructor for class org.apache.taglibs.mailer.MailAuthenticator
constructor calls the super class constructor
MailAuthenticator() - Constructor for class org.apache.taglibs.mailer.MailAuthenticator
constructor calls the super class constructor
MailTag - class org.apache.taglibs.mailer.MailTag.
MailTag - JSP tag Mail is used to construct an email message.
MailTag() - Constructor for class org.apache.taglibs.mailer.MailTag
 
MessageTag - class org.apache.taglibs.mailer.MessageTag.
MessageTag - JSP tag Message is used to set the message in an e-mail.
MessageTag() - Constructor for class org.apache.taglibs.mailer.MessageTag
 
m_password - Variable in class org.apache.taglibs.mailer.MailAuthenticator
The users password used for basic authentication
m_user - Variable in class org.apache.taglibs.mailer.MailAuthenticator
The users username used for basic authentication

O

org.apache.taglibs.mailer - package org.apache.taglibs.mailer
 

P

PasswordTag - class org.apache.taglibs.mailer.PasswordTag.
PasswordTag - JSP tag Password is used to set the password used for authentication of the mail session.
PasswordTag() - Constructor for class org.apache.taglibs.mailer.PasswordTag
 
PortTag - class org.apache.taglibs.mailer.PortTag.
PortTag - JSP tag port is used for dynamically setting the mail server port that is going to be used to send the mail.
PortTag() - Constructor for class org.apache.taglibs.mailer.PortTag
 

R

ReplyToTag - class org.apache.taglibs.mailer.ReplyToTag.
ReplyToTag - JSP tag ReplyTo is used to set the To address in an e-mail.
ReplyToTag() - Constructor for class org.apache.taglibs.mailer.ReplyToTag
 
release() - Method in class org.apache.taglibs.mailer.ErrorTag
Remove the script variable after error tag is closed out
resetBcc(String) - Method in class org.apache.taglibs.mailer.MailTag
reset the bcc address to a single email address
resetCc(String) - Method in class org.apache.taglibs.mailer.MailTag
reset the cc address to a single email address
resetFrom(String) - Method in class org.apache.taglibs.mailer.MailTag
reset the from address for this email
resetPort(String) - Method in class org.apache.taglibs.mailer.MailTag
reset the SMTP server port
resetReplyTo(String) - Method in class org.apache.taglibs.mailer.MailTag
reset the replyto address for this email
resetServer(String) - Method in class org.apache.taglibs.mailer.MailTag
reset the SMTP server hostname
resetSubject(String) - Method in class org.apache.taglibs.mailer.MailTag
reset the email subject
resetTo(String) - Method in class org.apache.taglibs.mailer.MailTag
reset the to address to a single email address

S

SendTag - class org.apache.taglibs.mailer.SendTag.
SendTag - JSP tag Send is used to send the created email.
SendTag() - Constructor for class org.apache.taglibs.mailer.SendTag
 
ServerTag - class org.apache.taglibs.mailer.ServerTag.
ServerTag - JSP tag server is used for dynamically setting the mail server that is going to be used to send the mail the tag must be nested within a mail tag.
ServerTag() - Constructor for class org.apache.taglibs.mailer.ServerTag
 
SetRecipientTag - class org.apache.taglibs.mailer.SetRecipientTag.
SetRecipientTag - JSP tag setrecipient is used to set any type of recipient to an e-mail.
SetRecipientTag() - Constructor for class org.apache.taglibs.mailer.SetRecipientTag
 
SubjectTag - class org.apache.taglibs.mailer.SubjectTag.
SubjectTag - JSP tag Subject is used to set the subject in an e-mail.
SubjectTag() - Constructor for class org.apache.taglibs.mailer.SubjectTag
 
setAddress(String) - Method in class org.apache.taglibs.mailer.AddRecipientTag
set the value for an address to be later added to the email
setAddress(String) - Method in class org.apache.taglibs.mailer.SetRecipientTag
set the value for an address to be later added to the email
setAuthenticate(String) - Method in class org.apache.taglibs.mailer.MailTag
set authentication flag
setBcc(String) - Method in class org.apache.taglibs.mailer.MailTag
set the bcc address/addresses for this email
setBodyParts(MimeBodyPart) - Method in class org.apache.taglibs.mailer.MailTag
set attachments into an arraylist
setCc(String) - Method in class org.apache.taglibs.mailer.MailTag
set the cc address/addresses for this email
setCharset(String) - Method in class org.apache.taglibs.mailer.MailTag
set the character set for this email
setCharset(String) - Method in class org.apache.taglibs.mailer.MessageTag
set the character set for this email
setError(boolean) - Method in class org.apache.taglibs.mailer.MailTag
set true if error has occured
setFile(String) - Method in class org.apache.taglibs.mailer.AttachTag
set the named file up as an attachment to be added to the list of attachments for this e-mail
setFileBodyPart(String) - Method in class org.apache.taglibs.mailer.AttachTag
wrap the file attachment in the approiate datahandler and create a mimebodypart to be added to the list of attachments
setFrom(String) - Method in class org.apache.taglibs.mailer.MailTag
set the from address for this email
setHeader(String, String) - Method in class org.apache.taglibs.mailer.MailTag
set the name and value of any extra headers to be sent
setMessage(String) - Method in class org.apache.taglibs.mailer.MailTag
set the message for this email
setMimeMessage(String) - Method in class org.apache.taglibs.mailer.MailTag
set the jndi named session to be used to find the mail session
setName(String) - Method in class org.apache.taglibs.mailer.HeaderTag
set the name of the header to be set
setPassword(String) - Method in class org.apache.taglibs.mailer.MailTag
set the password for basic smtp authentication
setPort(String) - Method in class org.apache.taglibs.mailer.MailTag
set the server port to be used for the mail session
setReplyTo(String) - Method in class org.apache.taglibs.mailer.MailTag
set the Reply-to address for this email
setServer(String) - Method in class org.apache.taglibs.mailer.MailTag
set the server to be used to find the mail session if one is not provided
setSession(String) - Method in class org.apache.taglibs.mailer.MailTag
set the jndi named session to be used to find the mail session
setSubject(String) - Method in class org.apache.taglibs.mailer.MailTag
set the subject for this email
setTo(String) - Method in class org.apache.taglibs.mailer.MailTag
set the to address for this email
setType(String) - Method in class org.apache.taglibs.mailer.AddRecipientTag
set the type of recipient for the address
setType(String) - Method in class org.apache.taglibs.mailer.AttachTag
set the mime type for this email text or html
setType(String) - Method in class org.apache.taglibs.mailer.MailTag
set the mime type for this email text or html
setType(String) - Method in class org.apache.taglibs.mailer.MessageTag
set the mime type for this email text or html
setType(String) - Method in class org.apache.taglibs.mailer.SetRecipientTag
set the type of recipient for the address
setUrl(String) - Method in class org.apache.taglibs.mailer.AttachTag
set the resource named by URL into a mimebodypart so that it can be added to the list of attachments for this e-mail
setUrlBodyPart(String) - Method in class org.apache.taglibs.mailer.AttachTag
wrap the url named attachment in the approiate datahandler and create a mimebodypart to be added to the list of attachments
setUser(String) - Method in class org.apache.taglibs.mailer.MailTag
set the login user name for basic smtp authentication
setValue(String) - Method in class org.apache.taglibs.mailer.HeaderTag
set the value of the header to be set

T

TO_ADDRESS - Static variable in class org.apache.taglibs.mailer.MailTag
The address type int constants
TO_ADDRESS_STRING - Static variable in class org.apache.taglibs.mailer.MailTag
The address type string constants

U

UserTag - class org.apache.taglibs.mailer.UserTag.
UserTag - JSP tag User is used to set the user name for authentication.
UserTag() - Constructor for class org.apache.taglibs.mailer.UserTag
 

A B C D E F G H M O P R S T U

Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.