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 QNamevoidreadImageAttributes(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:
readImageAttributesin classImageAttributeParser- Parameters:
imageElement-
-
getQName
- Specified by:
getQNamein classImageAttributeParser
-