Class StorageImageAttributeWriter
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
-
- com.atlassian.confluence.content.render.xhtml.storage.embed.StorageImageAttributeWriter
-
public class StorageImageAttributeWriter extends ImageAttributeWriter
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAMESPACE
-
Fields inherited from class com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
ignoreWidthHeight
-
-
Constructor Summary
Constructors Constructor Description StorageImageAttributeWriter(XMLStreamWriter writer)
-
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
-
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StorageImageAttributeWriter
public StorageImageAttributeWriter(XMLStreamWriter writer)
-
-
Method Detail
-
writeAttributes
public void writeAttributes(EmbeddedImage embeddedImage) throws XMLStreamException
- Overrides:
writeAttributes
in classImageAttributeWriter
- Throws:
XMLStreamException
-
-