Class XhtmlEmbeddedRendererComponent
java.lang.Object
com.atlassian.renderer.v2.components.AbstractRendererComponent
com.atlassian.renderer.v2.components.AbstractRegexRendererComponent
com.atlassian.renderer.v2.components.EmbeddedRendererComponent
com.atlassian.confluence.content.render.xhtml.migration.XhtmlEmbeddedRendererComponent
- All Implemented Interfaces:
com.atlassian.renderer.v2.components.RendererComponent
public class XhtmlEmbeddedRendererComponent
extends com.atlassian.renderer.v2.components.EmbeddedRendererComponent
Migrate images and convert any other embedded types to the multimedia macro.
-
Constructor Summary
ConstructorsConstructorDescriptionXhtmlEmbeddedRendererComponent
(Marshaller<MacroDefinition> wikiMarkupMacroMarshaller, MacroParameterTypeParser macroParameterTypeParser) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
renderResource
(com.atlassian.renderer.RenderContext context, com.atlassian.renderer.embedded.EmbeddedResource embeddedResource, String matchStr) Methods inherited from class com.atlassian.renderer.v2.components.EmbeddedRendererComponent
appendSubstitution, render, shouldRender
Methods inherited from class com.atlassian.renderer.v2.components.AbstractRegexRendererComponent
regexRender
-
Constructor Details
-
XhtmlEmbeddedRendererComponent
public XhtmlEmbeddedRendererComponent(Marshaller<MacroDefinition> wikiMarkupMacroMarshaller, MacroParameterTypeParser macroParameterTypeParser)
-
-
Method Details