Class InlineStyleHelper
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.view.embed.InlineStyleHelper
-
public class InlineStyleHelper extends Object
Helper class to wrap content with in-lined space stylingThis helper has been created to share code between ContentBodyConversionServiceImpl and the PagesSoapService. When the SoapService is removed, the code in the class can be moved into the ContentBodyConversionService
-
-
Constructor Summary
Constructors Constructor Description InlineStyleHelper(TemplateRenderer templateRenderer, I18NBeanFactory i18nBeanFactory)
-
-
-
Constructor Detail
-
InlineStyleHelper
public InlineStyleHelper(TemplateRenderer templateRenderer, I18NBeanFactory i18nBeanFactory)
-
-
Method Detail
-
render
public String render(String content, PageContext pageContext)
-
-