Class EditorImageAttributeParser
java.lang.Object
com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
com.atlassian.confluence.content.render.xhtml.editor.embed.EditorImageAttributeParser
Helper class to read the attributes of an img or ac:image tag into the supplied DefaultEmbeddedImage object.
-
Field Summary
Fields inherited from class com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
embeddedImage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected QName
void
readImageAttributes
(StartElement imageElement) Adds additional handling of the class attribute for editor formatted imagesMethods inherited from class com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
getEmbededImage, readImageAttributes
-
Constructor Details
-
EditorImageAttributeParser
-
-
Method Details
-
readImageAttributes
Adds additional handling of the class attribute for editor formatted images- Overrides:
readImageAttributes
in classImageAttributeParser
- Parameters:
imageElement
-
-
getQName
- Specified by:
getQName
in classImageAttributeParser
-