public class

BotoCssInliner

extends Object
implements CssInliner
java.lang.Object
   ↳ com.atlassian.jira.mail.BotoCssInliner

Class Overview

Default implementation of CssInliner.

Summary

Public Constructors
BotoCssInliner()
Constructor
Public Methods
String applyStyles(String html)
Returns html passed as a parameter with CSS rules injected inline
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.mail.CssInliner

Public Constructors

public BotoCssInliner ()

Constructor

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.