public interface

CssInliner

com.atlassian.jira.mail.CssInliner
Known Indirect Subclasses

Class Overview

Provides an easy way to inject inline CSS to rendered email templates

Summary

Public Methods
String applyStyles(String html)
Returns html passed as a parameter with CSS rules injected inline

Public Methods

public String applyStyles (String html)

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.