com.arsdigita.util
Interface MessageType

All Known Subinterfaces:
MessageType
All Known Implementing Classes:
Mail, Message, MessagePart, TextEntryFormSection

public interface MessageType

Special MIME types useful for typing Message objects.

Version:
$Id: //core-platform/dev/src/com/arsdigita/util/MessageType.java#8 $
Author:
Ron Henderson

Field Summary
static String TEXT_HTML
          MIME type of "text/html"
static String TEXT_PLAIN
          MIME type of "text/plain"
static String TEXT_PREFORMATTED
          MIME type of "text/plain" with a special format qualifier that text should displayed as formatted.
static String TEXT_SMART
          MIME type of "text/plain" with a special format qualifier that simple inline markup should be recognised
 

Field Detail

TEXT_HTML

public static final String TEXT_HTML
MIME type of "text/html"

See Also:
Constant Field Values

TEXT_PLAIN

public static final String TEXT_PLAIN
MIME type of "text/plain"

See Also:
Constant Field Values

TEXT_PREFORMATTED

public static final String TEXT_PREFORMATTED
MIME type of "text/plain" with a special format qualifier that text should displayed as formatted.

See Also:
Constant Field Values

TEXT_SMART

public static final String TEXT_SMART
MIME type of "text/plain" with a special format qualifier that simple inline markup should be recognised

See Also:
Constant Field Values


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC