Interface NotificationFormatter
- All Known Implementing Classes:
NotificationFormatterImpl
public interface NotificationFormatter
Reformats email contents to optimise display in various email clients.
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
applyStyles
(@NotNull String html) Applies the default notification stylesheet as well as any inline styles to the HTML and returns the result.
-
Method Details
-
applyStyles
Applies the default notification stylesheet as well as any inline styles to the HTML and returns the result.
-