public interface HtmlCssInliner
| Modifier and Type | Method and Description |
|---|---|
String |
inlineCss(String html,
String cssModuleKey)
Inline CSS referred to by the given complete module key into a given String of HTML.
|
@Nonnull String inlineCss(@Nonnull String html, @Nonnull String cssModuleKey)
html - HTML to perform CSS inlining oncssModuleKey - Complete module key for plugin module that has CSS script resources and/or dependenciesCopyright © 2019 Atlassian. All rights reserved.