Class ViewImageAttributeWriter
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
-
- com.atlassian.confluence.content.render.xhtml.view.embed.ViewImageAttributeWriter
-
public class ViewImageAttributeWriter extends ImageAttributeWriter
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
ignoreWidthHeight
-
-
Constructor Summary
Constructors Constructor Description ViewImageAttributeWriter(XMLStreamWriter writer)
ViewImageAttributeWriter(XMLStreamWriter writer, boolean ignoreWidthHeight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeAttributes(EmbeddedImage embeddedImage)
-
Methods inherited from class com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
writeAttribute, writeAttribute, writeAttributes
-
-
-
-
Constructor Detail
-
ViewImageAttributeWriter
public ViewImageAttributeWriter(XMLStreamWriter writer)
-
ViewImageAttributeWriter
public ViewImageAttributeWriter(XMLStreamWriter writer, boolean ignoreWidthHeight)
-
-
Method Detail
-
writeAttributes
public void writeAttributes(EmbeddedImage embeddedImage) throws XMLStreamException
- Overrides:
writeAttributes
in classImageAttributeWriter
- Throws:
XMLStreamException
-
-