Serialized Form


Package org.apache.taglibs.mailer

Class org.apache.taglibs.mailer.AddRecipientTag implements Serializable

Serialized Fields

type_string

java.lang.String type_string
The type of address to add either to, cc, or bcc

type

int type

address

java.lang.String address
The address to be added

Class org.apache.taglibs.mailer.AttachTag implements Serializable

Serialized Fields

type

java.lang.String type
mime type of the attachment

url

java.lang.String url
holds the value of body if the url is to be retrieved from the body of tag

file

java.lang.String file
holds the value of body if the path to the file is to be retrieved from the body of the tag

mbp

javax.mail.internet.MimeBodyPart mbp
object in which the attachment is stored within the e-mail message

myparent

MailTag myparent
parent mail tag

body

java.lang.String body
String containing text in body of tag

Class org.apache.taglibs.mailer.ErrorTag implements Serializable

Serialized Fields

errorlist

java.util.Iterator errorlist

errors

java.util.ArrayList errors

error

java.lang.String error

Class org.apache.taglibs.mailer.FromTag implements Serializable

Class org.apache.taglibs.mailer.HeaderTag implements Serializable

Serialized Fields

name

java.lang.String name
name of header to be set

value

java.lang.String value
value of header to be set

Class org.apache.taglibs.mailer.MailTag implements Serializable

Serialized Fields

to

java.lang.String to
the address to which the mail is to be sent

addTO

java.lang.StringBuffer addTO

from

java.lang.String from
the address to whom the recipient can reply to

reset_from

java.lang.String reset_from

cc

java.lang.String cc
the carbon copy list addresses that the message will be sent to

addCC

java.lang.StringBuffer addCC

bcc

java.lang.String bcc
the blind carbon copy list of addresses to recieve the message

addBCC

java.lang.StringBuffer addBCC

subject

java.lang.String subject
the subject of the message

reset_subject

java.lang.String reset_subject

body

java.lang.String body
the body of the email message

server

java.lang.String server
or provide the server here for a new session

reset_server

java.lang.String reset_server

type

java.lang.String type
can be "text" or "html" (otherwise text is default)

session

java.lang.String session
jndi name for Session object

mimemessage

java.lang.String mimemessage
jndi named MimePartDataSource object

user

java.lang.String user
user to login to smtp server

password

java.lang.String password
simple text password to authenticate on smtp server

sessionobj

javax.mail.Session sessionobj
The actual session object

replyto

java.lang.String replyto
the reply to address

reset_replyto

java.lang.String reset_replyto

name

java.util.ArrayList name
list of names extra headers to add

value

java.util.ArrayList value
list of values of extra headers to add

bodyparts

java.util.ArrayList bodyparts
list of attachments stored as mimebodyparts

attachments

boolean attachments
flag that lets the send tag know if attachments are being sent

error

boolean error
flag determines if an error has occured

authentication

boolean authentication
flag that determines if the session for sending mail should have an authenticator so that user name and password can be entered if it is required for the mail server

Class org.apache.taglibs.mailer.MessageTag implements Serializable

Serialized Fields

type

java.lang.String type
can be "text" or "html" (otherwise text is default)

Class org.apache.taglibs.mailer.ReplyToTag implements Serializable

Class org.apache.taglibs.mailer.SendTag implements Serializable

Serialized Fields

error

java.util.ArrayList error

Class org.apache.taglibs.mailer.ServerTag implements Serializable

Class org.apache.taglibs.mailer.SetRecipientTag implements Serializable

Serialized Fields

type_string

java.lang.String type_string
The type of address to add either to, cc, or bcc

type

int type

address

java.lang.String address
The address to be added

Class org.apache.taglibs.mailer.SubjectTag implements Serializable



Copyright ? 2000 Apache Software Foundation. All Rights Reserved.