|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageType | |
com.arsdigita.bebop.form | Provides a set of server-side user interface components for obtaining user input. |
com.arsdigita.mail | Mail provides a simple interface to email services. |
com.arsdigita.messaging | Messaging provides a standard set of abstractions for creating and storing messages. |
Uses of MessageType in com.arsdigita.bebop.form |
Classes in com.arsdigita.bebop.form that implement MessageType | |
class |
TextEntryFormSection
Form section that takes a text entry component (e.g., TextField) and displays it along with a drop-down box that enables the user to select the input type. |
Uses of MessageType in com.arsdigita.mail |
Classes in com.arsdigita.mail that implement MessageType | |
class |
Mail
Represents a email message with optional attachments. |
Uses of MessageType in com.arsdigita.messaging |
Subinterfaces of MessageType in com.arsdigita.messaging | |
interface |
MessageType
Deprecated. Use com.arsdigita.util.MessageType |
Classes in com.arsdigita.messaging that implement MessageType | |
class |
Message
A plain text message with optional attachments. |
class |
MessagePart
Represents a message part (that is, an attachment). |
class |
ThreadedMessage
Extends Message in a way that allows messages to be organized into discussion threads with a tree structure. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |