Uses of Class
com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
-
Packages that use ImageAttributeParser Package Description com.atlassian.confluence.content.render.xhtml.editor.embed com.atlassian.confluence.content.render.xhtml.storage.embed -
-
Uses of ImageAttributeParser in com.atlassian.confluence.content.render.xhtml.editor.embed
Subclasses of ImageAttributeParser in com.atlassian.confluence.content.render.xhtml.editor.embed Modifier and Type Class Description class
EditorImageAttributeParser
Helper class to read the attributes of an img or ac:image tag into the supplied DefaultEmbeddedImage object. -
Uses of ImageAttributeParser in com.atlassian.confluence.content.render.xhtml.storage.embed
Subclasses of ImageAttributeParser in com.atlassian.confluence.content.render.xhtml.storage.embed Modifier and Type Class Description class
StorageImageAttributeParser
Extend the EditorImageAttributeParser to handle some additional attributes that are found in storage format.
-