net.sourceforge.jaulp.email
Class EmailConstants

java.lang.Object
  extended by net.sourceforge.jaulp.email.EmailConstants

public abstract class EmailConstants
extends java.lang.Object

The Class EmailConstants for constants.


Field Summary
static java.lang.String CHARSET_PREFIX
          Constant for the charset-prefix.
static java.lang.String MIMETYPE_TEXT_HTML
          Constant for the mimetype text/html.
static java.lang.String MIMETYPE_TEXT_PLAIN
          Constant for the mimetype text/plain.
static java.lang.String PROPERTIES_FILENAME
          Constant for the name from the properties-file.
 
Constructor Summary
EmailConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHARSET_PREFIX

public static final java.lang.String CHARSET_PREFIX
Constant for the charset-prefix.

See Also:
Constant Field Values

PROPERTIES_FILENAME

public static final java.lang.String PROPERTIES_FILENAME
Constant for the name from the properties-file.

See Also:
Constant Field Values

MIMETYPE_TEXT_HTML

public static final java.lang.String MIMETYPE_TEXT_HTML
Constant for the mimetype text/html.

See Also:
Constant Field Values

MIMETYPE_TEXT_PLAIN

public static final java.lang.String MIMETYPE_TEXT_PLAIN
Constant for the mimetype text/plain.

See Also:
Constant Field Values
Constructor Detail

EmailConstants

public EmailConstants()


Copyright © 2010. All Rights Reserved.