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
 String applyStyles(String html)
          Returns html passed as a parameter with CSS rules injected inline
 

Method Detail

applyStyles

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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.