com.atlassian.jira.mail
Class BotoCssInliner

java.lang.Object
  extended by com.atlassian.jira.mail.BotoCssInliner
All Implemented Interfaces:
CssInliner

public class BotoCssInliner
extends Object
implements CssInliner

Default implementation of CssInliner.


Constructor Summary
BotoCssInliner()
          Constructor
 
Method Summary
 String applyStyles(String html)
          Returns html passed as a parameter with CSS rules injected inline
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BotoCssInliner

public BotoCssInliner()
Constructor

Method Detail

applyStyles

public String applyStyles(String html)
Description copied from interface: CssInliner
Returns html passed as a parameter with CSS rules injected inline

Specified by:
applyStyles in interface CssInliner
Parameters:
html - the html to be transformed
Returns:
the same html but with the styles css inlined.


Copyright © 2002-2014 Atlassian. All Rights Reserved.