| Interface | Description |
|---|---|
| Tag |
The interface for any tag engine parser which intends to parse the email template tag.
|
| TagConstants |
The public constants used for e-mail template tag engine.
|
| TagEngine |
An interface for an engine which parses the content of e-mail templates and
replaces the template tags with actual values.
|
| Class | Description |
|---|---|
| TagCMConstants |
The public constants used for e-mail template , Coremetrics tag engine.
|
| TagEMSpot |
Default implementation for parsing eMarketing Spot tag
|
| TagEMSpotBase |
An abstract base class which retrieves the data for the
email template EMSpot tag class
|
| TagEngineImpl |
Default implementation for TagEngine.
|
| TagFactory |
Used to get the default implementation of interface
Tag for the give tagName. |
| TagFirstName |
Default implementation for parsing TagFirstName tag
|
| TagLastName |
Default implementation for parsing TagLastName tag.
|
| TagLink |
Default implementation for parsing TagLink tag
|
| TagLinkBase |
An abstract base tag class to extend for the email template link tag implementation classes
|
| TagUtil |
This class contains utility functions used in tag engine implementation
|