Package com.atlassian.jira.mail
Interface CssInliner
- All Known Implementing Classes:
BotoCssInliner
public interface CssInliner
Provides an easy way to inject inline CSS to rendered email templates
- Since:
- v6.1
-
Method Summary
Modifier and TypeMethodDescriptionapplyStyles
(String html) Returns html passed as a parameter with CSS rules injected inline
-
Method Details
-
applyStyles
Returns html passed as a parameter with CSS rules injected inline- Parameters:
html
- the html to be transformed- Returns:
- the same html but with the styles css inlined.
-