Package com.atlassian.bitbucket.mail
Interface HtmlCssInliner
public interface HtmlCssInliner
HtmlCssInliner inlines CSS from plugin modules into HTML.
-
Method Summary
-
Method Details
-
inlineCss
Inline CSS referred to by the given complete module key into a given String of HTML. This will include any CSS resource descriptors referred to in the module's dependency tree.- Parameters:
html
- HTML to perform CSS inlining oncssModuleKey
- Complete module key for plugin module that has CSS script resources and/or dependencies- Returns:
- HTML with CSS inlined.
-