com.atlassian.confluence.content.render.xhtml.storage.embed
Class StorageImageAttributeWriter

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
      extended by com.atlassian.confluence.content.render.xhtml.storage.embed.StorageImageAttributeWriter

public class StorageImageAttributeWriter
extends ImageAttributeWriter


Field Summary
static String NAMESPACE
           
 
Constructor Summary
StorageImageAttributeWriter(XMLStreamWriter writer)
           
 
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
 

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


Copyright © 2003-2012 Atlassian. All Rights Reserved.