Class EmailDeliverer.MessageBodyDataSource

java.lang.Object
com.webmethods.caf.faces.data.email.EmailDeliverer.MessageBodyDataSource
All Implemented Interfaces:
DataSource
Enclosing class:
EmailDeliverer

protected static class EmailDeliverer.MessageBodyDataSource extends Object implements DataSource
Inner class to EmailDeliverer.
Since:
8.0
  • Field Details

    • DEFAULT_NAME

      protected static final String DEFAULT_NAME
      The default name of "HtmlMailDataSource" for this message body.
      See Also:
    • body

      protected String body
    • contentType

      protected String contentType
  • Constructor Details

    • MessageBodyDataSource

      public MessageBodyDataSource(String body, String contentType)
      Constructor for the message body data source.
      Parameters:
      body - A body of text content for this source.
      contentType - The string that represents a type for this data source.
  • Method Details