Interface | Description |
---|---|
Content |
Marker interface for message content.
|
DecoratorContent |
Interface for decorator pattern.
|
HasResourcePath |
Marker interface to indicate that the content comes form a file loaded from a
ResourcePath . |
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.
|
ParsedContent |
Represent a content that original content comes from a template.
|
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 |
Emails support to send several text body in several formats.
|
Copyright © 2021. All rights reserved.