com.atlassian.confluence.content.render.xhtml.view.embed
Class ViewImageAttributeWriter

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
      extended by 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
ViewImageAttributeWriter(XMLStreamWriter writer)
           
ViewImageAttributeWriter(XMLStreamWriter writer, boolean ignoreWidthHeight)
           
 
Method Summary
 void writeAttributes(EmbeddedImage embeddedImage)
           
 
Methods inherited from class com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
writeAttribute, writeAttribute, writeAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 class ImageAttributeWriter
Throws:
XMLStreamException


Copyright © 2003–2015 Atlassian. All rights reserved.