Interface | Description |
---|---|
Content |
Marker interface for message content.
|
DecoratorContent |
Interface for decorator pattern.
|
MayHaveStringContent |
Marker interface to indicate that the content can be directly available as
string.
|
UpdatableDecoratorContent |
Interface that allows to update the decorated content.
|
UpdatableStringContent |
Marker interface that allows to update the content.
|
Variant |
Just a marker interface
|
Class | Description |
---|---|
MultiContent |
Decorator content that provide ability to handle several sub contents.
|
MultiTemplateContent |
A shortcut for using several templates with same context.
|
StringContent |
Represent a string content.
|
StringTemplateContent |
Content that contains a template.
|
TemplateContent |
Content that points to a template.
|
TemplateVariantContent |
Content that points to a template variant.
|
Enum | Description |
---|---|
EmailVariant |
Copyright © 2017. All rights reserved.