Interface SiteMessageContentFormatter

All Known Implementing Classes:
DefaultSiteMessageContentFormatter

public interface SiteMessageContentFormatter
Formatter to format message content.
  • Method Summary

    Modifier and Type
    Method
    Description
    format(String source)
    Format source content
  • Method Details

    • format

      String format(String source)
      Format source content
      Parameters:
      source - the message content source to be formatted
      Returns:
      the formatted content