|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.util.mail.MailConstants
public abstract class MailConstants
Collection of constants used in mail handler package.
Field Summary | |
---|---|
static String |
ATTR_CHARSET
Optional attribute "charset" found on mail, message, and attachment elements. |
static String |
ATTR_CID
Name of required attribute on resource element. |
static String |
ATTR_LANGUAGE
Optional attribute "langage" found on message and attachment elements indicating language of message or attachment. |
static String |
ATTR_MIME_TYPE
Optional attribute "mime-type" found on message and attachment elements indicating mime-type of message or attachment. |
static String |
ATTR_NAME
Name of "name" attribute for <item> elements |
static String |
DEFAULT_STYLESHEET
Default stylesheet to use when none is specified and mime-type is other than text/plain. |
static String |
DEFAULT_TEXT_STYLESHEET
Default stylesheet to use when none is specified and mime-type is text/plain. |
static String |
NAME_ENCODING
Name of the replacement data that holds the encoding |
static String |
PARM_REPLACEMENT_DATA
String used to name parameter to stylesheet when processing a template. |
static String |
TAG_ATTACHMENT
Name of element that contains parameters for building attachment for email message. |
static String |
TAG_BCC
Name of element that contains a single recipient's email address. |
static String |
TAG_CC
Name of element that contains a single recipient's email address. |
static String |
TAG_FILENAME
Name of optional element found under attachement element. |
static String |
TAG_FROM
Name of element that contains the address to use for the message sender. |
static String |
TAG_ITEM
Name of primary element type in replacement data documents. |
static String |
TAG_MAIL
Name of element that contains email parameters |
static String |
TAG_MESSAGE
Name of element that contains parameters for building email message. |
static String |
TAG_REPLACEMENT_DATA
String used for document element in replacement data doc |
static String |
TAG_REPLY_TO
Name of element that contains the address to use for the message reply-to address. |
static String |
TAG_RESOURCE
Name of optional element found under message element. |
static String |
TAG_STYLESHEET
Name of required element found under message element. |
static String |
TAG_SUBJECT
Name of element that contains the string to use as the message subject line. |
static String |
TAG_TEMPLATE
Name of optional element found under message element. |
static String |
TAG_TO
Name of element that contains a single recipient's email address. |
static String |
TEMPLATE_PATH_PROPERTY
The name of the system property that can be set to set the template directory |
Constructor Summary | |
---|---|
MailConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TAG_MAIL
public static final String TAG_TO
public static final String TAG_CC
public static final String TAG_BCC
public static final String TAG_FROM
public static final String TAG_REPLY_TO
public static final String TAG_SUBJECT
public static final String TAG_MESSAGE
public static final String TAG_ATTACHMENT
public static final String ATTR_MIME_TYPE
public static final String ATTR_CHARSET
public static final String ATTR_LANGUAGE
public static final String TAG_STYLESHEET
public static final String TAG_TEMPLATE
public static final String TAG_RESOURCE
public static final String TAG_FILENAME
public static final String ATTR_CID
public static final String TAG_REPLACEMENT_DATA
public static final String PARM_REPLACEMENT_DATA
public static final String TAG_ITEM
public static final String ATTR_NAME
public static final String NAME_ENCODING
public static final String DEFAULT_STYLESHEET
public static final String DEFAULT_TEXT_STYLESHEET
public static final String TEMPLATE_PATH_PROPERTY
Constructor Detail |
---|
public MailConstants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |